summaryrefslogtreecommitdiff
path: root/test/merge/fusing.wast.combined.finalized
diff options
context:
space:
mode:
Diffstat (limited to 'test/merge/fusing.wast.combined.finalized')
-rw-r--r--test/merge/fusing.wast.combined.finalized10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/merge/fusing.wast.combined.finalized b/test/merge/fusing.wast.combined.finalized
index b7b85db92..3e61b13f9 100644
--- a/test/merge/fusing.wast.combined.finalized
+++ b/test/merge/fusing.wast.combined.finalized
@@ -3,7 +3,7 @@
(type $FUNCSIG$v$0 (func))
(import "env" "memory" (memory $0 256))
(data (i32.const 1024) "")
- (import "env" "table" (table $0 8 anyfunc))
+ (import "env" "table" (table $0 8 funcref))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
(import "env" "__memory_base" (global $__memory_base i32))
@@ -24,10 +24,10 @@
)
(call $bar-func$0)
(drop
- (get_global $a-global)
+ (global.get $a-global)
)
(drop
- (get_global $b-global$0)
+ (global.get $b-global$0)
)
)
(func $b (; 1 ;) (type $FUNCSIG$v$0)
@@ -38,10 +38,10 @@
(f64.const 3.14159)
)
(drop
- (get_global $a-global)
+ (global.get $a-global)
)
(drop
- (get_global $b-global$0)
+ (global.get $b-global$0)
)
)
)