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 8e94d38 commit 2200307Copy full SHA for 2200307
design/mvp/Binary.md
@@ -339,7 +339,8 @@ engines should not reject components which have an invalid `name` section.
339
namesec ::= section_0(namedata)
340
namedata ::= n:<name> (if n = 'name')
341
sections*:<subsection>*
342
-subsection ::= sort:<sort> names:<namemap>
+subsection ::= sort:<sort> namesubsection(<namemap>)
343
+namesubsection(B) ::= size:<u32> B (if size == |B|)
344
345
namemap ::= names:vec(<nameassoc>)
346
nameassoc ::= idx:<u32> name:<name>
0 commit comments