summaryrefslogtreecommitdiff
path: root/test/bulk-memory.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/bulk-memory.wast.fromBinary')
-rw-r--r--test/bulk-memory.wast.fromBinary8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/bulk-memory.wast.fromBinary b/test/bulk-memory.wast.fromBinary
index f1c3bc0ef..9120c43e6 100644
--- a/test/bulk-memory.wast.fromBinary
+++ b/test/bulk-memory.wast.fromBinary
@@ -2,24 +2,24 @@
(type $none_=>_none (func))
(memory $0 1024 1024)
(data (i32.const 0) "hello, world")
- (func $memory.init (; 0 ;)
+ (func $memory.init
(memory.init 0
(i32.const 512)
(i32.const 0)
(i32.const 12)
)
)
- (func $data.drop (; 1 ;)
+ (func $data.drop
(data.drop 0)
)
- (func $memory.copy (; 2 ;)
+ (func $memory.copy
(memory.copy
(i32.const 512)
(i32.const 0)
(i32.const 12)
)
)
- (func $memory.fill (; 3 ;)
+ (func $memory.fill
(memory.fill
(i32.const 0)
(i32.const 42)