stdio compiles on windows!

This commit is contained in:
Pat Hickey
2021-01-21 13:51:18 -08:00
parent fcd00f5de1
commit 85c3b73b4e
4 changed files with 196 additions and 90 deletions

View File

@@ -14,12 +14,13 @@ publish = false
[dependencies]
wasi-c2 = { path = "../" }
cap-std = "0.9"
cap-fs-ext = "0.9"
cap-time-ext = "0.9"
cap-rand = "0.9"
cap-std = "0.11"
cap-fs-ext = "0.11"
cap-time-ext = "0.11"
cap-rand = "0.11"
fs-set-times = "0.2.2"
unsafe-io = "0.2"
yanix = "0.22"
system-interface = { version = "0.5", features = ["cap_std_impls"] }
system-interface = { version = "0.5.2", features = ["cap_std_impls"] }
tracing = "0.1.19"
libc = "0.2"