From 7c8be53bad55836ac5f0c6d1de70006552162901 Mon Sep 17 00:00:00 2001 From: titzer Date: Tue, 5 Apr 2016 16:51:22 +0200 Subject: [PATCH] Revert "[Binary 11] Update the version number to 0xB." --- BinaryEncoding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 86a817b9..3030270d 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` (i.e., '\0asm') | +| version | `uint32` | Version number, currently 10. 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