We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acf620 commit 76a3927Copy full SHA for 76a3927
design/mvp/Binary.md
@@ -136,7 +136,7 @@ Notes:
136
137
(See [Type Definitions](Explainer.md#type-definitions) in the explainer.)
138
```ebnf
139
-core:type ::= dt:<core:deftype> => (type dt) (GC proposal)
+core:type ::= dt:<core:deftype> => (type dt)
140
core:deftype ::= rt:<core:rectype> => rt (WebAssembly 3.0)
141
| 0x00 0x50 x*:vec(<core:typeidx>) ct:<core:comptype> => sub x* ct (WebAssembly 3.0)
142
| mt:<core:moduletype> => mt
0 commit comments