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 e9f79df82..c1bd06e1c 100644
--- a/src/wasm-interpreter.h
+++ b/src/wasm-interpreter.h
@@ -1964,6 +1964,9 @@ public:
Flow visitStringMeasure(StringMeasure* curr) {
WASM_UNREACHABLE("unimplemented string.measure");
}
+ Flow visitStringEncode(StringEncode* curr) {
+ WASM_UNREACHABLE("unimplemented string.encode");
+ }
virtual void trap(const char* why) { WASM_UNREACHABLE("unimp"); }