File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ See the [explainer introduction](Explainer.md) for an explanation of 🪙.
22
22
component ::= <preamble> s*:<section>* => (component flatten(s*))
23
23
preamble ::= <magic> <version> <layer>
24
24
magic ::= 0x00 0x61 0x73 0x6D
25
- version ::= 0x0a 0x00
25
+ version ::= 0x0d 0x00
26
26
layer ::= 0x01 0x00
27
27
section ::= section_0(<core:custom>) => ϵ
28
28
| m:section_1(<core:module>) => [core-prefix(m)]
42
42
* The ` core-prefix(t) ` meta-function inserts a ` core ` token after the leftmost
43
43
paren of ` t ` (e.g., ` core-prefix( (module (func)) ) ` is ` (core module (func)) ` ).
44
44
* The ` version ` given above is pre-standard. As the proposal changes before
45
- final standardization, ` version ` will be bumped from ` 0xa ` upwards to
45
+ final standardization, ` version ` will be bumped from ` 0x0d ` upwards to
46
46
coordinate prototypes. When the standard is finalized, ` version ` will be
47
47
changed one last time to ` 0x1 ` . (This mirrors the path taken for the Core
48
48
WebAssembly 1.0 spec.)
You can’t perform that action at this time.
0 commit comments