summaryrefslogtreecommitdiff
path: root/src/wasm2js.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm2js.h')
-rw-r--r--src/wasm2js.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wasm2js.h b/src/wasm2js.h
index 79222d4ba..db3a250aa 100644
--- a/src/wasm2js.h
+++ b/src/wasm2js.h
@@ -2114,6 +2114,14 @@ Ref Wasm2JSBuilder::processFunctionBody(Module* m,
unimplemented(curr);
WASM_UNREACHABLE("unimp");
}
+ Ref visitI31New(I31New* curr) {
+ unimplemented(curr);
+ WASM_UNREACHABLE("unimp");
+ }
+ Ref visitI31Get(I31Get* curr) {
+ unimplemented(curr);
+ WASM_UNREACHABLE("unimp");
+ }
private:
Ref makePointer(Expression* ptr, Address offset) {