summaryrefslogtreecommitdiff
path: root/test/wasm2js/emscripten.2asm.js.opt
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm2js/emscripten.2asm.js.opt')
-rw-r--r--test/wasm2js/emscripten.2asm.js.opt6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/wasm2js/emscripten.2asm.js.opt b/test/wasm2js/emscripten.2asm.js.opt
index caef23896..1faf11933 100644
--- a/test/wasm2js/emscripten.2asm.js.opt
+++ b/test/wasm2js/emscripten.2asm.js.opt
@@ -70,10 +70,6 @@ function asmFunc(imports) {
FUNCTION_TABLE[HEAP32[257]]();
}
- function other() {
- main();
- }
-
function foo() {
wasm2js_trap();
}
@@ -217,7 +213,7 @@ function asmFunc(imports) {
return {
"main": main,
- "other": other,
+ "other": main,
"__growWasmMemory": __growWasmMemory,
"exported": internal,
"sub_zero": sub_zero,