add wasm executable

This commit is contained in:
Ilya Rezvov
2018-05-10 13:39:43 -07:00
parent 4601666eab
commit 8ca3319ba4
3 changed files with 179 additions and 4 deletions
+10
View File
@@ -50,6 +50,16 @@ library
Paths_wasm
default-language: Haskell2010
executable wasm
main-is: Main.hs
hs-source-dirs: exec
build-depends:
base >=4.6 && <5.0
, wasm ==0.1.0
, optparse-applicative >= 0.14
, bytestring >=0.10 && <0.11
, base64-bytestring >= 1.0
test-suite test
type: exitcode-stdio-1.0
main-is: Test.hs