Skip to content

Commit 25130f6

Browse files
rvolosatovslukewagner
authored andcommitted
add value case to instancedecl
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 0206d46 commit 25130f6

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
@@ -559,6 +559,7 @@ instancedecl ::= core-prefix(<core:type>)
559559
| <type>
560560
| <alias>
561561
| <exportdecl>
562+
| <value> 🪙
562563
importdecl ::= (import <importname> bind-id(<externdesc>))
563564
exportdecl ::= (export <exportname> bind-id(<externdesc>))
564565
externdesc ::= (<sort> (type <u32>) )

0 commit comments

Comments
 (0)