wasi example: theres lots of useful tracing messages for debugging

This commit is contained in:
Pat Hickey
2020-09-01 14:34:12 -07:00
parent a2eae90701
commit fe5d6d59e6
3 changed files with 9 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ tempfile = "3.1.0"
test-programs = { path = "crates/test-programs" }
wasmtime-fuzzing = { path = "crates/fuzzing" }
wasmtime-runtime = { path = "crates/runtime" }
tracing = "0.1.12"
tracing-subscriber = "0.2.0"
[build-dependencies]
anyhow = "1.0.19"