diff options
Diffstat (limited to 'test/wasm2js/select.2asm.js')
-rw-r--r-- | test/wasm2js/select.2asm.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wasm2js/select.2asm.js b/test/wasm2js/select.2asm.js index ec21d2002..faf17aac1 100644 --- a/test/wasm2js/select.2asm.js +++ b/test/wasm2js/select.2asm.js @@ -75,6 +75,7 @@ function asmFunc(global, env, buffer) { return abort() | 0; } + var FUNCTION_TABLE = []; return { select_i32: $0, select_i64: $1, |