diff options
| author | titzer <titzer@google.com> | 2016-04-05 16:51:06 +0200 |
|---|---|---|
| committer | titzer <titzer@google.com> | 2016-04-05 16:51:06 +0200 |
| commit | 247d7b671d0ed79d41b9b4d2ede659360e69e37f (patch) | |
| tree | 21f56756c7328d68ca85de4170783e566d6e812e | |
| parent | e55d2806490ca37abdef6afd0bc09169215482fe (diff) | |
| parent | f4b772b16ea0c60d545c6c3fb14a8dfcbc403a1d (diff) | |
| download | nanowasm-design-247d7b671d0ed79d41b9b4d2ede659360e69e37f.tar.gz | |
Merge pull request #637 from WebAssembly/binary_0xb_version
[Binary 11] Update the version number to 0xB.
| -rw-r--r-- | BinaryEncoding.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 3030270..86a817b 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -75,8 +75,8 @@ 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. | +| magic number | `uint32` | Magic number `0x6d736100` == `'\0asm'`. | +| version | `uint32` | Version number `11` == `0x0b`. 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 |
