Skip to content

Commit f5c9fb4

Browse files
committed
Added missing exports in Structure
1 parent 0ec7fb6 commit f5c9fb4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
## Development
2525
Clond sources to directory and use `stack` for running tests:
2626
```
27-
stack && stack test
27+
stack build && stack test
2828
```

src/Language/Wasm/Structure.hs

+5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,16 @@ module Language.Wasm.Structure (
3030
GlobalType(..),
3131
FuncType(..),
3232
ValueType(..),
33+
ParamsType,
3334
ResultType,
3435
Expression,
3536
LabelIndex,
37+
FuncIndex,
38+
TypeIndex,
3639
LocalIndex,
3740
GlobalIndex,
41+
MemoryIndex,
42+
TableIndex,
3843
emptyModule,
3944
isFuncImport,
4045
isTableImport,

0 commit comments

Comments
 (0)