Merge pull request #16 from GaloisInc/crucibleExports

More Wasm exports needed for Galois crucible tool support.
This commit is contained in:
Ilya Rezvov
2021-03-16 21:48:14 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ library:
exposed-modules:
- Language.Wasm.Script
- Language.Wasm.Lexer
- Language.Wasm.Structure
- Language.Wasm
dependencies:
- array >= 0.5
+2 -1
View File
@@ -16,7 +16,8 @@ module Language.Wasm (
Assertion(..),
Ident(..),
Meta(..),
runScript
runScript,
Valid.getModule
) where
import qualified Data.ByteString as BS