From e7fcfb8a5d07933a649cadea641e88d403f1f384 Mon Sep 17 00:00:00 2001 From: George Kuan Date: Tue, 1 Mar 2016 13:48:14 -0800 Subject: Moving magic number value from Type to Desc column It is confusing to put the magic number value as part of the type column. --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 1c3c5df..6bebf49 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -78,7 +78,7 @@ The module starts with a magic number and version as follows. | Field | Type | Description | | ----- | ----- | ----- | -| magic number | `uint32 0x6d736100` | Magic number '\0asm' | +| 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 is followed by a sequence of sections. Sections can in general be repeated, but some can occur only once or have dependant sections that must preceed them but not immediately as unknown sections can occur in any order. Each section is identified by an immediate string. Sections whose identity is unknown to the WebAssembly implementation are ignored and this is supported by including the size in bytes for all sections. The encoding of all sections begins as follows: -- cgit v1.2.3