Migrating to wabt::wat2wasm (#29)

* Add test_environ_translate

* Migrating to wabt::wat2wasm
This commit is contained in:
Frank Rehberger
2018-11-30 17:44:44 +01:00
committed by Dan Gohman
parent ff25397c9e
commit ec940ee8af
2 changed files with 3 additions and 24 deletions

View File

@@ -28,13 +28,10 @@ wasmtime-obj = { path = "lib/obj" }
docopt = "1.0.1"
serde = "1.0.75"
serde_derive = "1.0.75"
tempdir = "*"
faerie = "0.6.0"
target-lexicon = { version = "0.2.0", default-features = false }
pretty_env_logger = "0.2.5"
file-per-thread-logger = "0.1.1"
[dev-dependencies]
wabt = "0.7"
[workspace]