forked from GitHub/haskell-wasm
start binary format support
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module Language.Wasm.Validate (
|
||||
validate
|
||||
) where
|
||||
|
||||
import Language.Wasm.Structure
|
||||
|
||||
validate :: Module -> Either String Module
|
||||
validate mod = Right mod
|
||||
Reference in New Issue
Block a user