Skip to content

Commit d2f1335

Browse files
committed
add value case to instancedecl
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 42cb5fe commit d2f1335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

design/mvp/Explainer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ instancedecl ::= core-prefix(<core:type>)
563563
| <type>
564564
| <alias>
565565
| <exportdecl>
566+
| <value> 🪙
566567
importdecl ::= (import <importname> bind-id(<externdesc>))
567568
exportdecl ::= (export <exportname> bind-id(<externdesc>))
568569
externdesc ::= (<sort> (type <u32>) )

0 commit comments

Comments
 (0)