We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d5b5e commit c366536Copy full SHA for c366536
design/mvp/Binary.md
@@ -23,7 +23,7 @@ magic ::= 0x00 0x61 0x73 0x6D
23
version ::= 0x0a 0x00
24
layer ::= 0x01 0x00
25
section ::= section_0(<core:custom>) => ϵ
26
- | m*:section_1(<core:module>) => [core-prefix(m)]
+ | m:section_1(<core:module>) => [core-prefix(m)]
27
| i*:section_2(vec(<core:instance>)) => core-prefix(i)*
28
| t*:section_3(vec(<core:type>)) => core-prefix(t)*
29
| c: section_4(<component>) => [c]
0 commit comments