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
+3
View File
@@ -29,6 +29,7 @@ library
, text >=1.1
, transformers >=0.4 && <0.6
, utf8-string >=1.0
, cereal >= 0.5
build-tools:
alex >=3.1.3
, happy >=1.9.4
@@ -36,6 +37,8 @@ library
Language.Wasm.Lexer
Language.Wasm.Parser
Language.Wasm.Structure
Language.Wasm.Binary
Language.Wasm.Validate
Language.Wasm
other-modules:
Paths_wasm