We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfc116 commit d42c224Copy full SHA for d42c224
BinaryEncoding.md
@@ -112,7 +112,7 @@ The module starts with a preamble of two fields:
112
| Field | Type | Description |
113
| ----- | ----- | ----- |
114
| 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. |
+| version | `uint32` | Version number, currently 12. The version for MVP will be reset to 1. |
116
117
This preamble is followed by a sequence of sections. Each section is identified by an
118
immediate string. Sections whose identity is unknown to the WebAssembly
0 commit comments