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/unreachable-code.wast.fromBinary.noDebugInfo | |
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/unreachable-code.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/unreachable-code.wast.fromBinary.noDebugInfo | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/unreachable-code.wast.fromBinary.noDebugInfo b/test/unreachable-code.wast.fromBinary.noDebugInfo index f6c06972e..24e4e9222 100644 --- a/test/unreachable-code.wast.fromBinary.noDebugInfo +++ b/test/unreachable-code.wast.fromBinary.noDebugInfo @@ -1,33 +1,33 @@ (module (type $0 (func)) (memory $0 0) - (func $0 (type $0) + (func $0 (; 0 ;) (type $0) (if (i32.const 1) (unreachable) ) ) - (func $1 (type $0) + (func $1 (; 1 ;) (type $0) (if (i32.const 1) (unreachable) (unreachable) ) ) - (func $2 (type $0) + (func $2 (; 2 ;) (type $0) (if (i32.const 1) (unreachable) ) ) - (func $3 (type $0) + (func $3 (; 3 ;) (type $0) (if (i32.const 1) (unreachable) (unreachable) ) ) - (func $4 (type $0) + (func $4 (; 4 ;) (type $0) (nop) (if (i32.const 1) @@ -35,7 +35,7 @@ ) (nop) ) - (func $5 (type $0) + (func $5 (; 5 ;) (type $0) (nop) (if (i32.const 1) @@ -43,7 +43,7 @@ (unreachable) ) ) - (func $6 (type $0) + (func $6 (; 6 ;) (type $0) (nop) (block $label$1 (if @@ -53,7 +53,7 @@ ) (nop) ) - (func $7 (type $0) + (func $7 (; 7 ;) (type $0) (nop) (block $label$1 (if @@ -63,7 +63,7 @@ ) ) ) - (func $8 (type $0) + (func $8 (; 8 ;) (type $0) (nop) (block $label$1 (nop) @@ -71,7 +71,7 @@ ) (nop) ) - (func $9 (type $0) + (func $9 (; 9 ;) (type $0) (block $label$1 (nop) (block $label$2 |