Language.Wasm.Script
runScript :: OnAssertFail -> Script -> IO () Source #
type OnAssertFail = String -> Assertion -> IO () Source #