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/memory-hex.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/memory-hex.txt')
-rw-r--r-- | test/dump/memory-hex.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/test/dump/memory-hex.txt b/test/dump/memory-hex.txt index bfce8de5..9237239d 100644 --- a/test/dump/memory-hex.txt +++ b/test/dump/memory-hex.txt @@ -1,4 +1,5 @@ -;;; FLAGS: -dv +;;; TOOL: run-wasmdump +;;; FLAGS: -v (module (memory (data "\00\01\02\03\04\05\06\07\08\09\0a"))) @@ -27,8 +28,4 @@ ; data segment data 0 0000016: 0001 0203 0405 0607 0809 0a ; data segment data 000000f: 11 ; FIXUP section size -;; dump -0000000: 0061 736d 0c00 0000 0504 0101 0101 0b11 -0000010: 0100 1000 0f0b 0001 0203 0405 0607 0809 -0000020: 0a ;;; STDOUT ;;) |