Port trace log from wasmtime-wasi-c crate

This commit is contained in:
Jakub Konka
2019-06-17 13:07:04 +02:00
committed by Jakub Konka
parent dc05d89a08
commit 513429f1b8
4 changed files with 647 additions and 229 deletions

View File

@@ -15,6 +15,7 @@ failure = "0.1"
libc = "0.2"
rand = "0.6"
cfg-if = "0.1.9"
log = "0.4"
[target.'cfg(unix)'.dependencies]
nix = "0.13"