Skip to content

Commit 0ac338d

Browse files
author
titzer
committed
Merge pull request #642 from WebAssembly/revert-637-binary_0xb_version
Revert "[Binary 11] Update the version number to 0xB."
2 parents 247d7b6 + 7c8be53 commit 0ac338d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BinaryEncoding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ The module starts with a preamble of two fields:
7575

7676
| Field | Type | Description |
7777
| ----- | ----- | ----- |
78-
| magic number | `uint32` | Magic number `0x6d736100` == `'\0asm'`. |
79-
| version | `uint32` | Version number `11` == `0x0b`. The version for MVP will be reset to `1`. |
78+
| magic number | `uint32` | Magic number `0x6d736100` (i.e., '\0asm') |
79+
| version | `uint32` | Version number, currently 10. The version for MVP will be reset to 1. |
8080

8181
This preamble is followed by a sequence of sections. Each section is identified by an
8282
immediate string. Sections whose identity is unknown to the WebAssembly

0 commit comments

Comments
 (0)