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/cast.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/cast.txt')
-rw-r--r-- | test/dump/cast.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump/cast.txt b/test/dump/cast.txt index e61d03bb..dd816496 100644 --- a/test/dump/cast.txt +++ b/test/dump/cast.txt @@ -63,7 +63,7 @@ cast.wasm: file format wasm 0x1 Code Disassembly: -000015 func[0]: +000016 func[0]: 000017: 41 00 | i32.const 0 000019: be | f32.reinterpret/i32 00001a: 1a | drop |