diff options
author | Sam Clegg <sbc@chromium.org> | 2016-10-12 13:32:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 13:32:50 -0700 |
commit | 7de714088a3e4effd9e1915f725a99f2e9fd23ff (patch) | |
tree | 817ae0a01d91d0dcb36ca7a2eee53b6a37ff5a5f /test/dump/func-multi.txt | |
parent | 9b23a2a9a37f19a1516f270c2bd5d7b86cd14158 (diff) | |
download | wabt-7de714088a3e4effd9e1915f725a99f2e9fd23ff.tar.gz wabt-7de714088a3e4effd9e1915f725a99f2e9fd23ff.tar.bz2 wabt-7de714088a3e4effd9e1915f725a99f2e9fd23ff.zip |
Add wasmdump binary for inspecting wasm files (#161)
* Add wasmdump binary for inspecting wasm files
Run this tool to as part of the 'dump' tests rather
than using the -d flag to wast2wasm.
Diffstat (limited to 'test/dump/func-multi.txt')
-rw-r--r-- | test/dump/func-multi.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/dump/func-multi.txt b/test/dump/func-multi.txt index 440a013f..e98ab2f4 100644 --- a/test/dump/func-multi.txt +++ b/test/dump/func-multi.txt @@ -1,4 +1,5 @@ -;;; FLAGS: -dv +;;; TOOL: run-wasmdump +;;; FLAGS: -v (module (func) (func) @@ -43,7 +44,7 @@ 000001f: 0f ; end 000001d: 02 ; FIXUP func body size 0000015: 0a ; FIXUP section size -;; dump -0000000: 0061 736d 0c00 0000 0104 0140 0000 0304 -0000010: 0300 0000 0a0a 0302 000f 0200 0f02 000f +func 0 +func 1 +func 2 ;;; STDOUT ;;) |