Add Valid.getModule to the Wasm exports.
This commit is contained in:
@@ -16,7 +16,8 @@ module Language.Wasm (
|
|||||||
Assertion(..),
|
Assertion(..),
|
||||||
Ident(..),
|
Ident(..),
|
||||||
Meta(..),
|
Meta(..),
|
||||||
runScript
|
runScript,
|
||||||
|
Valid.getModule
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import qualified Data.ByteString as BS
|
import qualified Data.ByteString as BS
|
||||||
|
|||||||
Reference in New Issue
Block a user