diff options
Diffstat (limited to 'test/example/c-api-unused-mem.txt')
-rw-r--r-- | test/example/c-api-unused-mem.txt | 8 |
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 6bb3c8a7c..715a5e655 100644 --- a/test/example/c-api-unused-mem.txt +++ b/test/example/c-api-unused-mem.txt @@ -5,7 +5,7 @@ (export "memory" (memory $0)) (export "main" (func $main)) (export "rust_entry" (func $__wasm_start)) - (func $main (type $rustfn-0-3) + (func $main (; 0 ;) (type $rustfn-0-3) (local $0 i32) (local $1 i32) (local $2 i64) @@ -38,7 +38,7 @@ ) ) ) - (func $__wasm_start (type $__wasm_start) + (func $__wasm_start (; 1 ;) (type $__wasm_start) (i32.store (i32.const 0) (i32.const 65535) @@ -54,7 +54,7 @@ (export "memory" (memory $0)) (export "main" (func $main)) (export "rust_entry" (func $__wasm_start)) - (func $main (type $0) + (func $main (; 0 ;) (type $0) (local $var$0 i32) (local $var$1 i32) (local $var$2 i64) @@ -88,7 +88,7 @@ ) ) ) - (func $__wasm_start (type $1) + (func $__wasm_start (; 1 ;) (type $1) (i32.store (i32.const 0) (i32.const 65535) |