summaryrefslogtreecommitdiff
path: root/test/binaryen.js/kitchen-sink.js.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/binaryen.js/kitchen-sink.js.txt')
-rw-r--r--test/binaryen.js/kitchen-sink.js.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/test/binaryen.js/kitchen-sink.js.txt b/test/binaryen.js/kitchen-sink.js.txt
index b5a9b713e..2c54f1142 100644
--- a/test/binaryen.js/kitchen-sink.js.txt
+++ b/test/binaryen.js/kitchen-sink.js.txt
@@ -140,8 +140,8 @@ getExpressionInfo(tuple[3])={"id":14,"type":5,"value":3.7}
(import "module" "base" (tag $a-tag-imp (param i32)))
(global $a-global i32 (i32.const 1))
(memory $0 1 256 shared)
- (data $0 (i32.const 10) "hello, world")
- (data $1 "I am passive")
+ (data $x0 (i32.const 10) "hello, world")
+ (data $y1 "I am passive")
(table $t0 1 funcref)
(elem $e0 (i32.const 0) $"kitchen()sinker")
(tag $a-tag (param i32))
@@ -1914,12 +1914,12 @@ getExpressionInfo(tuple[3])={"id":14,"type":5,"value":3.7}
(v128.const i32x4 0x04030201 0x08070605 0x0c0b0a09 0x100f0e0d)
)
)
- (memory.init $0
+ (memory.init $x0
(i32.const 1024)
(i32.const 0)
(i32.const 12)
)
- (data.drop $0)
+ (data.drop $x0)
(memory.copy
(i32.const 2048)
(i32.const 1024)
@@ -2250,8 +2250,8 @@ getExpressionInfo(tuple[3])={"id":14,"type":5,"value":3.7}
(import "module" "base" (tag $a-tag-imp (param i32)))
(global $a-global i32 (i32.const 1))
(memory $0 1 256 shared)
- (data $0 (i32.const 10) "hello, world")
- (data $1 "I am passive")
+ (data $x0 (i32.const 10) "hello, world")
+ (data $y1 "I am passive")
(table $t0 1 funcref)
(elem $e0 (i32.const 0) $"kitchen()sinker")
(tag $a-tag (param i32))
@@ -4024,12 +4024,12 @@ getExpressionInfo(tuple[3])={"id":14,"type":5,"value":3.7}
(v128.const i32x4 0x04030201 0x08070605 0x0c0b0a09 0x100f0e0d)
)
)
- (memory.init $0
+ (memory.init $x0
(i32.const 1024)
(i32.const 0)
(i32.const 12)
)
- (data.drop $0)
+ (data.drop $x0)
(memory.copy
(i32.const 2048)
(i32.const 1024)
@@ -4922,9 +4922,9 @@ sizeof Literal: 24
(global $a-global2 i32 (i32.const 2))
(global $a-global3 i32 (i32.const 3))
(memory $0 1 256)
- (data $0 (i32.const 10) "hello, world")
- (data $1 (global.get $a-global) "segment data 2")
- (data $2 "hello, passive")
+ (data $x0 (i32.const 10) "hello, world")
+ (data $y1 (global.get $a-global) "segment data 2")
+ (data $z2 "hello, passive")
(table $t0 1 funcref)
(elem $e0 (i32.const 0) $fn0 $fn1 $fn2)
(export "export0" (func $fn0))