diff options
Diffstat (limited to 'test/wasm2js/emscripten.2asm.js.opt')
-rw-r--r-- | test/wasm2js/emscripten.2asm.js.opt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/wasm2js/emscripten.2asm.js.opt b/test/wasm2js/emscripten.2asm.js.opt index f554f869a..77f060cb9 100644 --- a/test/wasm2js/emscripten.2asm.js.opt +++ b/test/wasm2js/emscripten.2asm.js.opt @@ -25,7 +25,8 @@ function asmFunc(global, env, buffer) { var infinity = global.Infinity; var syscall$6 = env.__syscall6; var syscall$54 = env.__syscall54; - // EMSCRIPTEN_START_FUNCS; + // EMSCRIPTEN_START_FUNCS +; function main() { syscall$6(1, 2) | 0; syscall$54(3, 4) | 0; @@ -164,7 +165,8 @@ function asmFunc(global, env, buffer) { abort(); } - // EMSCRIPTEN_END_FUNCS; + // EMSCRIPTEN_END_FUNCS +; FUNCTION_TABLE[1] = foo; FUNCTION_TABLE[2] = bar; FUNCTION_TABLE[3] = internal; |