windows scheduler passes tests

unfortunately this does essentially nothing to convince me of its
correctness
This commit is contained in:
Pat Hickey
2021-01-22 18:26:45 -08:00
parent 19254bfd72
commit 2b70ea8b91
6 changed files with 229 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ publish = false
[dependencies]
wasi-c2 = { path = "../" }
anyhow = "1.0"
cap-std = "0.11"
cap-fs-ext = "0.11"
cap-time-ext = "0.11"
@@ -29,3 +30,4 @@ libc = "0.2"
[target.'cfg(windows)'.dependencies]
winapi = "0.3"
lazy_static = "1.4"