diff options
author | Alon Zakai <alonzakai@gmail.com> | 2019-04-15 13:57:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 13:57:56 -0700 |
commit | 1e91e1b666cc76874732d27843d0048c15b6152b (patch) | |
tree | 67186c2b0370f77102cc2167b4676c3cc13203c6 /test/wasm2js/get_local.2asm.js | |
parent | a803c119f1a4babb7efc3dda0f475e1e87893475 (diff) | |
download | binaryen-1e91e1b666cc76874732d27843d0048c15b6152b.tar.gz binaryen-1e91e1b666cc76874732d27843d0048c15b6152b.tar.bz2 binaryen-1e91e1b666cc76874732d27843d0048c15b6152b.zip |
Use a single table in wasm2js (#2005)
This replaces the multiple asm.js tables (of power-of-2 size) with a single simple table.
Also supports importing the table.
Diffstat (limited to 'test/wasm2js/get_local.2asm.js')
-rw-r--r-- | test/wasm2js/get_local.2asm.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wasm2js/get_local.2asm.js b/test/wasm2js/get_local.2asm.js index 2b8688bef..cfec0e802 100644 --- a/test/wasm2js/get_local.2asm.js +++ b/test/wasm2js/get_local.2asm.js @@ -102,6 +102,7 @@ function asmFunc(global, env, buffer) { return +($10 + (+$1_1 + ($2_1 + (+($3_1 >>> 0) + (+($4_1 | 0) + (+Math_fround(5.5) + ($21 + (+(i64toi32_i32$1 >>> 0) + 4294967296.0 * +(i64toi32_i32$0 >>> 0) + 8.0)))))))); } + var FUNCTION_TABLE = []; return { type_local_i32: $0, type_local_i64: $1, |