Merge pull request #4 from agustinmista/master
Adding missing exports in Structure.hs
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -30,11 +30,17 @@ module Language.Wasm.Structure (
|
|||||||
GlobalType(..),
|
GlobalType(..),
|
||||||
FuncType(..),
|
FuncType(..),
|
||||||
ValueType(..),
|
ValueType(..),
|
||||||
|
ParamsType,
|
||||||
ResultType,
|
ResultType,
|
||||||
|
LocalsType,
|
||||||
Expression,
|
Expression,
|
||||||
LabelIndex,
|
LabelIndex,
|
||||||
|
FuncIndex,
|
||||||
|
TypeIndex,
|
||||||
LocalIndex,
|
LocalIndex,
|
||||||
GlobalIndex,
|
GlobalIndex,
|
||||||
|
MemoryIndex,
|
||||||
|
TableIndex,
|
||||||
emptyModule,
|
emptyModule,
|
||||||
isFuncImport,
|
isFuncImport,
|
||||||
isTableImport,
|
isTableImport,
|
||||||
|
|||||||
Reference in New Issue
Block a user