diff options
author | Ben Smith <binjimin@gmail.com> | 2018-12-12 17:03:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-12 17:03:23 -0800 |
commit | bfc4f5b9cf7d1e43896d825d5485621956a3ec3f (patch) | |
tree | e0d264bcd1098fe817fcec699f82479aa48095d8 /test/dump/return.txt | |
parent | a5827e0c2e5d3e4a05a65853ec5b5284dffe9585 (diff) | |
download | wabt-bfc4f5b9cf7d1e43896d825d5485621956a3ec3f.tar.gz wabt-bfc4f5b9cf7d1e43896d825d5485621956a3ec3f.tar.bz2 wabt-bfc4f5b9cf7d1e43896d825d5485621956a3ec3f.zip |
Pass function body size in BinaryReader callback (#975)
This is useful for finding large functions with wasm-objdump.
Diffstat (limited to 'test/dump/return.txt')
-rw-r--r-- | test/dump/return.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dump/return.txt b/test/dump/return.txt index b34464f6..817063b7 100644 --- a/test/dump/return.txt +++ b/test/dump/return.txt @@ -54,11 +54,11 @@ return.wasm: file format wasm 0x1 Code Disassembly: -00001a func[0]: +00001b func[0]: 00001c: 41 2a | i32.const 42 00001e: 0f | return 00001f: 0b | end -000020 func[1]: +000021 func[1]: 000022: 0f | return 000023: 0b | end ;;; STDOUT ;;) |