add instruction type signatures

This commit is contained in:
Ilya Rezvov
2018-02-24 12:13:50 -08:00
parent e7978b8d48
commit 89e0fb89ed
2 changed files with 127 additions and 0 deletions
+3
View File
@@ -30,6 +30,9 @@ module Language.Wasm.Structure (
ValueType(..),
ResultType,
Expression,
LabelIndex,
LocalIndex,
GlobalIndex,
emptyModule
) where