From 1f330a01ce7a351a9f2ebb45ae49e8633fab2674 Mon Sep 17 00:00:00 2001 From: titzer Date: Tue, 5 Apr 2016 15:01:43 +0200 Subject: This one goes to 11. --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryEncoding.md') 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 -- cgit v1.2.3