start interpreter

This commit is contained in:
Ilya Rezvov
2018-02-28 21:20:52 -08:00
parent 6075818a56
commit b9e03584dd
2 changed files with 46 additions and 0 deletions
+2
View File
@@ -30,6 +30,7 @@ library
, transformers >=0.4 && <0.6
, utf8-string >=1.0
, cereal >= 0.5
, vector >= 0.12
build-tools:
alex >=3.1.3
, happy >=1.9.4
@@ -39,6 +40,7 @@ library
Language.Wasm.Structure
Language.Wasm.Binary
Language.Wasm.Validate
Language.Wasm.Interpreter
Language.Wasm
other-modules:
Paths_wasm