summaryrefslogtreecommitdiff
path: root/test/example/c-api-unused-mem.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/c-api-unused-mem.txt')
-rw-r--r--test/example/c-api-unused-mem.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/example/c-api-unused-mem.txt b/test/example/c-api-unused-mem.txt
index 6a4188994..97bb51fd3 100644
--- a/test/example/c-api-unused-mem.txt
+++ b/test/example/c-api-unused-mem.txt
@@ -4,7 +4,7 @@
(export "memory" (memory $0))
(export "main" (func $main))
(export "rust_entry" (func $__wasm_start))
- (func $main (; 0 ;)
+ (func $main
(local $0 i32)
(local $1 i32)
(local $2 i64)
@@ -28,7 +28,7 @@
)
)
)
- (func $__wasm_start (; 1 ;)
+ (func $__wasm_start
(i32.store
(i32.const 0)
(i32.const 65535)
@@ -43,7 +43,7 @@
(export "memory" (memory $0))
(export "main" (func $main))
(export "rust_entry" (func $__wasm_start))
- (func $main (; 0 ;)
+ (func $main
(local $0 i32)
(local $1 i32)
(local $2 i64)
@@ -68,7 +68,7 @@
(unreachable)
)
)
- (func $__wasm_start (; 1 ;)
+ (func $__wasm_start
(i32.store
(i32.const 0)
(i32.const 65535)