Added missing exports in Structure

This commit is contained in:
Agustín Mista
2019-07-16 18:03:18 +02:00
parent 0ec7fb6feb
commit f5c9fb45ee
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -24,5 +24,5 @@
## Development ## Development
Clond sources to directory and use `stack` for running tests: Clond sources to directory and use `stack` for running tests:
``` ```
stack && stack test stack build && stack test
``` ```
+5
View File
@@ -30,11 +30,16 @@ module Language.Wasm.Structure (
GlobalType(..), GlobalType(..),
FuncType(..), FuncType(..),
ValueType(..), ValueType(..),
ParamsType,
ResultType, ResultType,
Expression, Expression,
LabelIndex, LabelIndex,
FuncIndex,
TypeIndex,
LocalIndex, LocalIndex,
GlobalIndex, GlobalIndex,
MemoryIndex,
TableIndex,
emptyModule, emptyModule,
isFuncImport, isFuncImport,
isTableImport, isTableImport,