Add basic logging support to the wasmtime binary.

This commit is contained in:
Dan Gohman
2018-11-29 15:38:12 -08:00
parent b7d43edfd3
commit b3d831015c
2 changed files with 16 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ 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"