summaryrefslogtreecommitdiff
path: root/test/wasm2js/traps.2asm.js
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2020-09-21 16:39:46 -0700
committerGitHub <noreply@github.com>2020-09-21 16:39:46 -0700
commitee00f647750f23e6c24e67424bafab39b244c835 (patch)
treee99f91b24cda95a3292eccb92fec09a0e168ca66 /test/wasm2js/traps.2asm.js
parent4d6e9ea2d1796c984e3ebc38d0b6abdf8049941a (diff)
downloadbinaryen-ee00f647750f23e6c24e67424bafab39b244c835.tar.gz
binaryen-ee00f647750f23e6c24e67424bafab39b244c835.tar.bz2
binaryen-ee00f647750f23e6c24e67424bafab39b244c835.zip
wasm2js: Support exported tables (#3152)
Diffstat (limited to 'test/wasm2js/traps.2asm.js')
-rw-r--r--test/wasm2js/traps.2asm.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/wasm2js/traps.2asm.js b/test/wasm2js/traps.2asm.js
index 4b5dbd084..25acefe76 100644
--- a/test/wasm2js/traps.2asm.js
+++ b/test/wasm2js/traps.2asm.js
@@ -728,7 +728,6 @@ function asmFunc(global, env, buffer) {
return 32 | 0;
}
- var FUNCTION_TABLE = [];
return {
"no_dce_i32_div_s": $0,
"no_dce_i32_div_u": $1,
@@ -1455,7 +1454,6 @@ function asmFunc(global, env, buffer) {
return 32 | 0;
}
- var FUNCTION_TABLE = [];
return {
"no_dce_i32_rem_s": $0,
"no_dce_i32_rem_u": $1,
@@ -1580,7 +1578,6 @@ function asmFunc(global, env, buffer) {
~~i64toi32_i32$0 >>> 0;
}
- var FUNCTION_TABLE = [];
return {
"no_dce_i32_trunc_f32_s": $0,
"no_dce_i32_trunc_f32_u": $1,
@@ -1701,7 +1698,6 @@ function asmFunc(global, env, buffer) {
+HEAPF64[i >> 3];
}
- var FUNCTION_TABLE = [];
function __wasm_memory_size() {
return buffer.byteLength / 65536 | 0;
}