Skip to content

Commit d42c224

Browse files
wibblymattitzer
authored and
titzer
committed
Binary format identifier is out of date (#785)
1 parent 9bfc116 commit d42c224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinaryEncoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The module starts with a preamble of two fields:
112112
| Field | Type | Description |
113113
| ----- | ----- | ----- |
114114
| magic number | `uint32` | Magic number `0x6d736100` (i.e., '\0asm') |
115-
| version | `uint32` | Version number, currently 10. The version for MVP will be reset to 1. |
115+
| version | `uint32` | Version number, currently 12. The version for MVP will be reset to 1. |
116116

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

0 commit comments

Comments
 (0)