diff options
Diffstat (limited to 'test/unreachable-import_wasm-only.fromasm.no-opts')
-rw-r--r-- | test/unreachable-import_wasm-only.fromasm.no-opts | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/test/unreachable-import_wasm-only.fromasm.no-opts b/test/unreachable-import_wasm-only.fromasm.no-opts index 39ef62baa..93def8b65 100644 --- a/test/unreachable-import_wasm-only.fromasm.no-opts +++ b/test/unreachable-import_wasm-only.fromasm.no-opts @@ -2,7 +2,7 @@ (type $FUNCSIG$ii (func (param i32) (result i32))) (type $FUNCSIG$viii (func (param i32 i32 i32))) (import "env" "memory" (memory $memory 256 256)) - (import "env" "table" (table $table 0 0 anyfunc)) + (import "env" "table" (table $table 0 0 funcref)) (import "env" "__memory_base" (global $__memory_base i32)) (import "env" "__table_base" (global $__table_base i32)) (import "env" "DYNAMICTOP_PTR" (global $DYNAMICTOP_PTR$asm2wasm$import i32)) @@ -18,21 +18,21 @@ (import "global" "Infinity" (global $inf$asm2wasm$import f64)) (import "env" "___cxa_allocate_exception" (func $___cxa_allocate_exception (param i32) (result i32))) (import "env" "___cxa_throw" (func $___cxa_throw (param i32 i32 i32))) - (global $DYNAMICTOP_PTR (mut i32) (get_global $DYNAMICTOP_PTR$asm2wasm$import)) - (global $tempDoublePtr (mut i32) (get_global $tempDoublePtr$asm2wasm$import)) - (global $ABORT (mut i32) (get_global $ABORT$asm2wasm$import)) - (global $STACKTOP (mut i32) (get_global $STACKTOP$asm2wasm$import)) - (global $STACK_MAX (mut i32) (get_global $STACK_MAX$asm2wasm$import)) - (global $___async (mut i32) (get_global $___async$asm2wasm$import)) - (global $___async_unwind (mut i32) (get_global $___async_unwind$asm2wasm$import)) - (global $___async_retval (mut i32) (get_global $___async_retval$asm2wasm$import)) - (global $___async_cur_frame (mut i32) (get_global $___async_cur_frame$asm2wasm$import)) + (global $DYNAMICTOP_PTR (mut i32) (global.get $DYNAMICTOP_PTR$asm2wasm$import)) + (global $tempDoublePtr (mut i32) (global.get $tempDoublePtr$asm2wasm$import)) + (global $ABORT (mut i32) (global.get $ABORT$asm2wasm$import)) + (global $STACKTOP (mut i32) (global.get $STACKTOP$asm2wasm$import)) + (global $STACK_MAX (mut i32) (global.get $STACK_MAX$asm2wasm$import)) + (global $___async (mut i32) (global.get $___async$asm2wasm$import)) + (global $___async_unwind (mut i32) (global.get $___async_unwind$asm2wasm$import)) + (global $___async_retval (mut i32) (global.get $___async_retval$asm2wasm$import)) + (global $___async_cur_frame (mut i32) (global.get $___async_cur_frame$asm2wasm$import)) (global $__THREW__ (mut i32) (i32.const 0)) (global $threwValue (mut i32) (i32.const 0)) (global $setjmpId (mut i32) (i32.const 0)) (global $undef (mut i32) (i32.const 0)) - (global $nan (mut f64) (get_global $nan$asm2wasm$import)) - (global $inf (mut f64) (get_global $inf$asm2wasm$import)) + (global $nan (mut f64) (global.get $nan$asm2wasm$import)) + (global $inf (mut f64) (global.get $inf$asm2wasm$import)) (global $tempInt (mut i32) (i32.const 0)) (global $tempBigInt (mut i32) (i32.const 0)) (global $tempBigIntP (mut i32) (i32.const 0)) @@ -67,17 +67,17 @@ ) ) (block - (set_local $$0 + (local.set $$0 (call $___cxa_allocate_exception (i32.const 4) ) ) (i32.store - (get_local $$0) + (local.get $$0) (i32.const 1) ) (call $___cxa_throw - (get_local $$0) + (local.get $$0) (i32.const 1280) (i32.const 0) ) |