diff options
Diffstat (limited to 'test/wasm2js/emscripten.2asm.js')
-rw-r--r-- | test/wasm2js/emscripten.2asm.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/wasm2js/emscripten.2asm.js b/test/wasm2js/emscripten.2asm.js index 8ba8564ce..52412f676 100644 --- a/test/wasm2js/emscripten.2asm.js +++ b/test/wasm2js/emscripten.2asm.js @@ -61,10 +61,6 @@ function asmFunc(imports) { exported(1 | 0) | 0; } - function other() { - main(); - } - function foo() { wasm2js_trap(); } @@ -222,7 +218,7 @@ function asmFunc(imports) { return { "main": main, - "other": other, + "other": main, "__growWasmMemory": __growWasmMemory, "exported": exported, "sub_zero": sub_zero, |