diff options
author | Derek Schuff <dschuff@chromium.org> | 2017-02-24 16:48:28 -0800 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2017-02-24 16:48:28 -0800 |
commit | 529015dc83b426659047689922eee7f9a34f9f15 (patch) | |
tree | 703e20ce034573cbe6c4c3317f46a09d59bc7cb1 /test/dump/dedupe-sig.txt | |
parent | 25f189ffdbd953f7799ad98ea2d62fc822e54728 (diff) | |
download | wabt-529015dc83b426659047689922eee7f9a34f9f15.tar.gz wabt-529015dc83b426659047689922eee7f9a34f9f15.tar.bz2 wabt-529015dc83b426659047689922eee7f9a34f9f15.zip |
Update wasm binary format label to 1 (#310)
* Update wasm binary format label to 1
Rebaseline tests, but no other changes.
* Revert test/spec/globals.txt
* Update testsuite
* Update spec binary.wast test and testsuite repo
Diffstat (limited to 'test/dump/dedupe-sig.txt')
-rw-r--r-- | test/dump/dedupe-sig.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dump/dedupe-sig.txt b/test/dump/dedupe-sig.txt index 99fc905a..39c9f37f 100644 --- a/test/dump/dedupe-sig.txt +++ b/test/dump/dedupe-sig.txt @@ -7,7 +7,7 @@ i64.const 0)) (;; STDOUT ;;; 0000000: 0061 736d ; WASM_BINARY_MAGIC -0000004: 0d00 0000 ; WASM_BINARY_VERSION +0000004: 0100 0000 ; WASM_BINARY_VERSION ; section "TYPE" (1) 0000008: 01 ; section code 0000009: 00 ; section size (guess) @@ -49,7 +49,7 @@ 0000028: 0b ; end 0000024: 04 ; FIXUP func body size 0000022: 06 ; FIXUP section size -dedupe-sig.wasm: file format wasm 0x00000d +dedupe-sig.wasm: file format wasm 0x000001 Code Disassembly: |