Merge pull request #4 from agustinmista/master

Adding missing exports in Structure.hs
This commit is contained in:
Ilya Rezvov
2019-07-16 15:48:53 -07:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -24,5 +24,5 @@
## Development
Clond sources to directory and use `stack` for running tests:
```
stack && stack test
stack build && stack test
```
+6
View File
@@ -30,11 +30,17 @@ module Language.Wasm.Structure (
GlobalType(..),
FuncType(..),
ValueType(..),
ParamsType,
ResultType,
LocalsType,
Expression,
LabelIndex,
FuncIndex,
TypeIndex,
LocalIndex,
GlobalIndex,
MemoryIndex,
TableIndex,
emptyModule,
isFuncImport,
isTableImport,