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.
2 parents 891c41c + 7598adc commit 72d061cCopy full SHA for 72d061c
design/mvp/Binary.md
@@ -228,8 +228,8 @@ externdesc ::= 0x00 0x11 i:<core:typeidx> => (core module (type
228
| 0x01 i:<typeidx> => (func (type i))
229
| 0x02 t:<valtype> => (value t)
230
| 0x03 b:<typebound> => (type b)
231
- | 0x04 i:<typeidx> => (instance (type i))
232
- | 0x05 i:<typeidx> => (component (type i))
+ | 0x04 i:<typeidx> => (component (type i))
+ | 0x05 i:<typeidx> => (instance (type i))
233
typebound ::= 0x00 i:<typeidx> => (eq i)
234
| 0x01 => (sub resource)
235
```
0 commit comments