We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec7fb6 commit f5c9fb4Copy full SHA for f5c9fb4
README.md
@@ -24,5 +24,5 @@
24
## Development
25
Clond sources to directory and use `stack` for running tests:
26
```
27
-stack && stack test
+stack build && stack test
28
src/Language/Wasm/Structure.hs
@@ -30,11 +30,16 @@ module Language.Wasm.Structure (
30
GlobalType(..),
31
FuncType(..),
32
ValueType(..),
33
+ ParamsType,
34
ResultType,
35
Expression,
36
LabelIndex,
37
+ FuncIndex,
38
+ TypeIndex,
39
LocalIndex,
40
GlobalIndex,
41
+ MemoryIndex,
42
+ TableIndex,
43
emptyModule,
44
isFuncImport,
45
isTableImport,
0 commit comments