Merge pull request #10 from GaloisInc/expose-ast
Expose additional AST datatypes for downstream use
This commit is contained in:
@@ -10,6 +10,12 @@ module Language.Wasm (
|
|||||||
decode,
|
decode,
|
||||||
decodeLazy,
|
decodeLazy,
|
||||||
Script,
|
Script,
|
||||||
|
Command(..),
|
||||||
|
ModuleDef(..),
|
||||||
|
Action(..),
|
||||||
|
Assertion(..),
|
||||||
|
Ident(..),
|
||||||
|
Meta(..),
|
||||||
runScript
|
runScript
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user