add return type for select

This commit is contained in:
Ilya Rezvov
2022-06-08 21:12:00 -06:00
parent 32357d68fe
commit c743e11ffd
7 changed files with 60 additions and 11 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ data Instruction index =
| RefExtern Natural
-- Parametric instructions
| Drop
| Select
| Select (Maybe [ValueType])
-- Variable instructions
| GetLocal index
| SetLocal index