Added missing exports in Structure
This commit is contained in:
@@ -30,11 +30,16 @@ module Language.Wasm.Structure (
|
||||
GlobalType(..),
|
||||
FuncType(..),
|
||||
ValueType(..),
|
||||
ParamsType,
|
||||
ResultType,
|
||||
Expression,
|
||||
LabelIndex,
|
||||
FuncIndex,
|
||||
TypeIndex,
|
||||
LocalIndex,
|
||||
GlobalIndex,
|
||||
MemoryIndex,
|
||||
TableIndex,
|
||||
emptyModule,
|
||||
isFuncImport,
|
||||
isTableImport,
|
||||
|
||||
Reference in New Issue
Block a user