summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2017-02-16 15:20:13 -0800
committerGitHub <noreply@github.com>2017-02-16 15:20:13 -0800
commit4d2978f8a82a8999c1b6ced85a7ec4996b10f36b (patch)
treec24441da75927d2ae2ec0a9f5468175ae2593472 /src
parent5e29a613bb8bf059f5f7b9ec2f166f8d2e413ac5 (diff)
downloadbinaryen-4d2978f8a82a8999c1b6ced85a7ec4996b10f36b.tar.gz
binaryen-4d2978f8a82a8999c1b6ced85a7ec4996b10f36b.tar.bz2
binaryen-4d2978f8a82a8999c1b6ced85a7ec4996b10f36b.zip
update wasm version to 0x01 (#913)
* update wasm version to 0x01, in prep for release, and since browsers are ready to accept it * update wasm.js
Diffstat (limited to 'src')
-rw-r--r--src/wasm-binary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 75733a6b5..ecdde571e 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -270,7 +270,7 @@ namespace BinaryConsts {
enum Meta {
Magic = 0x6d736100,
- Version = 0x0d
+ Version = 0x01
};
enum Section {