summaryrefslogtreecommitdiff
path: root/src/wasm-interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-interpreter.h')
-rw-r--r--src/wasm-interpreter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h
index f682e89a2..d91f471a9 100644
--- a/src/wasm-interpreter.h
+++ b/src/wasm-interpreter.h
@@ -1955,6 +1955,9 @@ public:
}
return value;
}
+ Flow visitStringNew(StringNew* curr) {
+ WASM_UNREACHABLE("unimplemented string.new");
+ }
virtual void trap(const char* why) { WASM_UNREACHABLE("unimp"); }