From 1f330a01ce7a351a9f2ebb45ae49e8633fab2674 Mon Sep 17 00:00:00 2001 From: titzer Date: Tue, 5 Apr 2016 15:01:43 +0200 Subject: [PATCH 1/3] This one goes to 11. --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 3030270d..65e3303b 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 From 3e1b6db38e3cc1c07e479ea58905d260062a7ee4 Mon Sep 17 00:00:00 2001 From: titzer Date: Tue, 5 Apr 2016 15:03:14 +0200 Subject: [PATCH 2/3] Reword the magic number and version. --- BinaryEncoding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 65e3303b..9ed42b9d 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 11. 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 From f4b772b16ea0c60d545c6c3fb14a8dfcbc403a1d Mon Sep 17 00:00:00 2001 From: titzer Date: Tue, 5 Apr 2016 15:05:46 +0200 Subject: [PATCH 3/3] Update BinaryEncoding.md --- BinaryEncoding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 9ed42b9d..86a817b9 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` ('\0asm') | -| version | `uint32` | Version number 11 (`0x0b`). 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