diff options
Diffstat (limited to 'test/merge/dylib.wasm.combined.opt')
-rw-r--r-- | test/merge/dylib.wasm.combined.opt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/test/merge/dylib.wasm.combined.opt b/test/merge/dylib.wasm.combined.opt index 215baca4e..947257bd8 100644 --- a/test/merge/dylib.wasm.combined.opt +++ b/test/merge/dylib.wasm.combined.opt @@ -3,8 +3,8 @@ (type $2 (func (result i32))) (type $3 (func)) (import "env" "memory" (memory $2 256)) - (data (get_global $gimport$0) "hello, world!") - (import "env" "table" (table $timport$3 0 anyfunc)) + (data (global.get $gimport$0) "hello, world!") + (import "env" "table" (table $timport$3 0 funcref)) (import "env" "memoryBase" (global $gimport$0 i32)) (import "env" "__table_base" (global $__table_base i32)) (import "env" "memoryBase" (global $gimport$0$0 i32)) @@ -24,7 +24,7 @@ (block $label$2 (result i32) (drop (call $import$1 - (get_global $gimport$0) + (global.get $gimport$0) ) ) (i32.const 0) @@ -38,15 +38,15 @@ (call $__post_instantiate$0) (block $label$1 (block $label$2 - (set_global $global$0 + (global.set $global$0 (i32.add - (get_global $gimport$0) + (global.get $gimport$0) (i32.const 16) ) ) - (set_global $global$1 + (global.set $global$1 (i32.add - (get_global $global$0) + (global.get $global$0) (i32.const 32) ) ) @@ -58,10 +58,10 @@ (local $0 i32) (block $label$1 (result i32) (block $label$2 (result i32) - (set_local $0 + (local.set $0 (call $_main) ) - (get_local $0) + (local.get $0) ) ) ) @@ -71,12 +71,12 @@ (func $__post_instantiate$0 (; 6 ;) (type $3) (block $label$1 (block $label$2 - (set_global $global$0$0 - (get_global $gimport$0$0) + (global.set $global$0$0 + (global.get $gimport$0$0) ) - (set_global $global$1$0 + (global.set $global$1$0 (i32.add - (get_global $global$0$0) + (global.get $global$0$0) (i32.const 10) ) ) |