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/merge/post-instantiate-b.wast.combined | |
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/merge/post-instantiate-b.wast.combined')
-rw-r--r-- | test/merge/post-instantiate-b.wast.combined | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/merge/post-instantiate-b.wast.combined b/test/merge/post-instantiate-b.wast.combined index df4bfe76d..74f4ede17 100644 --- a/test/merge/post-instantiate-b.wast.combined +++ b/test/merge/post-instantiate-b.wast.combined @@ -8,10 +8,10 @@ (memory $0 0) (data (get_global $memoryBase) "") (export "__post_instantiate" (func $0$0)) - (func $0 (type $0) + (func $0 (; 0 ;) (type $0) (nop) ) - (func $0$0 (type $0$0) + (func $0$0 (; 1 ;) (type $0$0) (drop (i32.const 2000) ) |