start binary format support

This commit is contained in:
Ilya Rezvov
2018-02-18 19:03:21 -08:00
parent f6a2daefcc
commit 75bdf0637f
5 changed files with 132 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
module Language.Wasm.Validate (
validate
) where
import Language.Wasm.Structure
validate :: Module -> Either String Module
validate mod = Right mod