Skip to content

Commit 7b9c9a9

Browse files
committed
Give components a unique custom section name
Avoid confusion with the core encoding.
1 parent 85166b9 commit 7b9c9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Binary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ engines should not reject components which have an invalid `name` section.
337337

338338
```
339339
namesec ::= section_0(namedata)
340-
namedata ::= n:<name> (if n = 'name')
340+
namedata ::= n:<name> (if n = 'component-name')
341341
name:<componentnamesubsec>?
342342
decls*:<declnamesubsec>*
343343
namesubsection_N(B) ::= N: byte size:<u32> B (if size == |B|)

0 commit comments

Comments
 (0)