diff options
author | Ben Smith <binji@chromium.org> | 2015-12-11 14:45:02 -0800 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-12-11 14:46:17 -0800 |
commit | 68f771eeeea36fd924734d9c2a27a720d2c01fcd (patch) | |
tree | ba0f12c212f9806fa7dd5170ea9168beb6e3e794 /test/dump/table.txt | |
parent | 5726defaabe668f390ec56ad9e2da59d71512ab9 (diff) | |
download | wabt-68f771eeeea36fd924734d9c2a27a720d2c01fcd.tar.gz wabt-68f771eeeea36fd924734d9c2a27a720d2c01fcd.tar.bz2 wabt-68f771eeeea36fd924734d9c2a27a720d2c01fcd.zip |
fix --dump-module flag
I broke this when I rewrote everything.
Diffstat (limited to 'test/dump/table.txt')
-rw-r--r-- | test/dump/table.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/dump/table.txt b/test/dump/table.txt index f0b9968e..8858ede4 100644 --- a/test/dump/table.txt +++ b/test/dump/table.txt @@ -46,4 +46,8 @@ 000002b: 0100 ; function table entry 000002d: 0200 ; function table entry 000002f: 06 ; WASM_SECTION_END +;; dump +0000000: 0103 0100 0102 0001 0200 0402 0300 0000 +0000010: 0000 0001 0000 0000 0200 0900 0c00 0000 +0000020: 0000 0000 0005 0400 0000 0001 0002 0006 ;;; STDOUT ;;) |