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 /src/binary.h | |
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 'src/binary.h')
-rw-r--r-- | src/binary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary.h b/src/binary.h index 52fb9002..4dc91de7 100644 --- a/src/binary.h +++ b/src/binary.h @@ -20,7 +20,7 @@ #include "common.h" #define WABT_BINARY_MAGIC 0x6d736100 -#define WABT_BINARY_VERSION 0x0d +#define WABT_BINARY_VERSION 1 #define WABT_BINARY_LIMITS_HAS_MAX_FLAG 0x1 #define WABT_BINARY_SECTION_NAME "name" |