diff options
author | Alon Zakai <alonzakai@gmail.com> | 2017-10-20 19:38:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-20 19:38:31 -0700 |
commit | 1005b1267f70a5a7cf7a8774af6c12d813464720 (patch) | |
tree | 04b27ca5a8fddcef4941681ec81d680c4351c74a /test/example/c-api-unused-mem.txt | |
parent | 71dc0791361a79e4346eb84ebadf77a324767e32 (diff) | |
download | binaryen-1005b1267f70a5a7cf7a8774af6c12d813464720.tar.gz binaryen-1005b1267f70a5a7cf7a8774af6c12d813464720.tar.bz2 binaryen-1005b1267f70a5a7cf7a8774af6c12d813464720.zip |
Emit binary function index in comment in text format, for convenience (#1232)
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) |