aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authortitzer <titzer@google.com>2016-04-05 15:01:43 +0200
committertitzer <titzer@google.com>2016-04-05 15:01:43 +0200
commit1f330a01ce7a351a9f2ebb45ae49e8633fab2674 (patch)
tree5f552ae9a6b56b031f52782672fd7029c7f52f88 /BinaryEncoding.md
parente55d2806490ca37abdef6afd0bc09169215482fe (diff)
downloadnanowasm-design-1f330a01ce7a351a9f2ebb45ae49e8633fab2674.tar.gz
This one goes to 11.
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index 3030270..65e3303 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -76,7 +76,7 @@ The module starts with a preamble of two fields:
| Field | Type | Description |
| ----- | ----- | ----- |
| magic number | `uint32` | Magic number `0x6d736100` (i.e., '\0asm') |
-| version | `uint32` | Version number, currently 10. The version for MVP will be reset to 1. |
+| version | `uint32` | Version number, currently 11. The version for MVP will be reset to 1. |
This preamble is followed by a sequence of sections. Each section is identified by an
immediate string. Sections whose identity is unknown to the WebAssembly