summaryrefslogtreecommitdiff
path: root/test/dump/memory-hex.txt
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2016-10-12 13:32:50 -0700
committerGitHub <noreply@github.com>2016-10-12 13:32:50 -0700
commit7de714088a3e4effd9e1915f725a99f2e9fd23ff (patch)
tree817ae0a01d91d0dcb36ca7a2eee53b6a37ff5a5f /test/dump/memory-hex.txt
parent9b23a2a9a37f19a1516f270c2bd5d7b86cd14158 (diff)
downloadwabt-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.txt7
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 ;;)