Add Valid.getModule to the Wasm exports.

This commit is contained in:
Kevin Quick
2021-03-15 17:21:43 -07:00
parent d36342d626
commit 277b725b30
+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