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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h
index a07103dca..478b33bc4 100644
--- a/src/wasm-interpreter.h
+++ b/src/wasm-interpreter.h
@@ -1988,6 +1988,12 @@ public:
Flow visitStringIterMove(StringIterMove* curr) {
WASM_UNREACHABLE("unimplemented stringview_adjust*");
}
+ Flow visitStringSliceWTF(StringSliceWTF* curr) {
+ WASM_UNREACHABLE("unimplemented stringview_adjust*");
+ }
+ Flow visitStringSliceIter(StringSliceIter* curr) {
+ WASM_UNREACHABLE("unimplemented stringview_adjust*");
+ }
virtual void trap(const char* why) { WASM_UNREACHABLE("unimp"); }