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 080f4c3 commit 7401e4cCopy full SHA for 7401e4c
design/mvp/Binary.md
@@ -57,7 +57,7 @@ Notes:
57
core:instance ::= ie:<instance-expr> => (instance ie)
58
core:instanceexpr ::= 0x00 m:<moduleidx> arg*:vec(<core:instantiatearg>) => (instantiate m arg*)
59
| 0x01 e*:vec(<core:export>) => e*
60
-core:instantiatearg ::= n:<name> 0x11 i:<instanceidx> => (with n (instance i))
+core:instantiatearg ::= n:<name> 0x12 i:<instanceidx> => (with n (instance i))
61
core:sortidx ::= sort:<core:sort> idx:<u32> => (sort idx)
62
core:sort ::= 0x00 => func
63
| 0x01 => table
0 commit comments