diff options
Diffstat (limited to 'test/wasm2js/i64-select.2asm.js')
-rw-r--r-- | test/wasm2js/i64-select.2asm.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/wasm2js/i64-select.2asm.js b/test/wasm2js/i64-select.2asm.js index 414005b40..dc6889683 100644 --- a/test/wasm2js/i64-select.2asm.js +++ b/test/wasm2js/i64-select.2asm.js @@ -42,6 +42,18 @@ function asmFunc(global, env, buffer) { return i64toi32_i32$3 | 0; } + function unreachable_select_i64() { + return abort() | 0; + } + + function unreachable_select_i64_b() { + return abort() | 0; + } + + function unreachable_select_i64_c() { + return abort() | 0; + } + var FUNCTION_TABLE = []; return { |