diff options
Diffstat (limited to 'src/wasm2js.h')
-rw-r--r-- | src/wasm2js.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wasm2js.h b/src/wasm2js.h index 86af511fb..337ea3806 100644 --- a/src/wasm2js.h +++ b/src/wasm2js.h @@ -1841,6 +1841,10 @@ Ref Wasm2JSBuilder::processFunctionBody(Module* m, unimplemented(curr); WASM_UNREACHABLE(); } + Ref visitSIMDLoad(SIMDLoad* curr) { + unimplemented(curr); + WASM_UNREACHABLE(); + } Ref visitMemoryInit(MemoryInit* curr) { unimplemented(curr); WASM_UNREACHABLE(); |