diff options
Diffstat (limited to 'src/wasm-builder.h')
-rw-r--r-- | src/wasm-builder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wasm-builder.h b/src/wasm-builder.h index 9024ea6b1..505074fd9 100644 --- a/src/wasm-builder.h +++ b/src/wasm-builder.h @@ -659,6 +659,9 @@ public: value = Literal(bytes.data()); break; } + case except_ref: + // TODO Implement and return nullref + assert(false && "except_ref not implemented yet"); case none: return ExpressionManipulator::nop(curr); case unreachable: |