wasi-common: trace and convert error

this is a bug - the TODO was never resolved, even when the code to
implement it was added right below :)

tracing is already in the transitive deps via wiggle, so no extra
trouble there. tracing::debug is more appropriate than eprintln
This commit is contained in:
Pat Hickey
2020-08-17 17:20:16 -07:00
parent 30b9e69136
commit 19369142cb
3 changed files with 11 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ filetime = "0.2.7"
lazy_static = "1.4.0"
wig = { path = "wig", version = "0.19.0" }
wiggle = { path = "../wiggle", default-features = false, version = "0.19.0" }
tracing = "0.1.19"
[target.'cfg(unix)'.dependencies]
yanix = { path = "yanix", version = "0.19.0" }