File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ See the [explainer introduction](Explainer.md) for an explanation of 🪙.
2222component ::= <preamble> s*:<section>* => (component flatten(s*))
2323preamble ::= <magic> <version> <layer>
2424magic ::= 0x00 0x61 0x73 0x6D
25- version ::= 0x0a 0x00
25+ version ::= 0x0d 0x00
2626layer ::= 0x01 0x00
2727section ::= section_0(<core:custom>) => ϵ
2828 | m:section_1(<core:module>) => [core-prefix(m)]
4242* The ` core-prefix(t) ` meta-function inserts a ` core ` token after the leftmost
4343 paren of ` t ` (e.g., ` core-prefix( (module (func)) ) ` is ` (core module (func)) ` ).
4444* 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
4646 coordinate prototypes. When the standard is finalized, ` version ` will be
4747 changed one last time to ` 0x1 ` . (This mirrors the path taken for the Core
4848 WebAssembly 1.0 spec.)
You can’t perform that action at this time.
0 commit comments