wasi-tokio: WIP need to port the sync scheduler into a spawn_blocking

This commit is contained in:
Pat Hickey
2021-04-19 16:00:38 -07:00
parent 8667d8c244
commit 3d3a2acc1b
5 changed files with 464 additions and 21 deletions

View File

@@ -22,6 +22,15 @@ cap-time-ext = "0.13.7"
fs-set-times = "0.3.1"
unsafe-io = "0.6.2"
system-interface = { version = "0.6.3", features = ["cap_std_impls"] }
tracing = "0.1.19"
bitflags = "1.2"
[target.'cfg(unix)'.dependencies]
libc = "0.2"
[target.'cfg(windows)'.dependencies]
winapi = "0.3"
lazy_static = "1.4"
[dev-dependencies]
tempfile = "3.1.0"