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/dylib.wasm.fromBinary | |
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/dylib.wasm.fromBinary')
-rw-r--r-- | test/dylib.wasm.fromBinary | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/dylib.wasm.fromBinary b/test/dylib.wasm.fromBinary index 78d3d8ad4..e2c0ba394 100644 --- a/test/dylib.wasm.fromBinary +++ b/test/dylib.wasm.fromBinary @@ -15,7 +15,7 @@ (export "_main" (func $0)) (export "runPostSets" (func $1)) (export "_str" (global $global$2)) - (func $0 (type $1) (result i32) + (func $0 (; 1 ;) (type $1) (result i32) (block $label$1 (result i32) (drop (call $import$1 @@ -25,10 +25,10 @@ (i32.const 0) ) ) - (func $1 (type $2) + (func $1 (; 2 ;) (type $2) (nop) ) - (func $2 (type $2) + (func $2 (; 3 ;) (type $2) (block $label$1 (set_global $global$0 (i32.add |