wasi-tokio kinda sorta working
This commit is contained in:
@@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE" ]
|
||||
wasi-common = { path = "../", version = "0.26.0" }
|
||||
wasi-cap-std-sync = { path = "../cap-std-sync", version = "0.26.0" }
|
||||
wiggle = { path = "../../wiggle", version = "0.26.0" }
|
||||
tokio = { version = "1.5.0", features = [ "rt", "fs", "time", "io-util", "net"] }
|
||||
tokio = { version = "1.5.0", features = [ "rt", "fs", "time", "io-util", "net", "io-std", "rt-multi-thread"] }
|
||||
cap-std = "0.13.7"
|
||||
cap-fs-ext = "0.13.7"
|
||||
cap-time-ext = "0.13.7"
|
||||
@@ -27,6 +27,8 @@ bitflags = "1.2"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
libc = "0.2"
|
||||
posish = "0.6.1"
|
||||
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = "0.3"
|
||||
@@ -35,3 +37,5 @@ lazy_static = "1.4"
|
||||
[dev-dependencies]
|
||||
tempfile = "3.1.0"
|
||||
tokio = { version = "1.5.0", features = [ "macros" ] }
|
||||
anyhow = "1"
|
||||
cap-tempfile = "0.13.7"
|
||||
|
||||
Reference in New Issue
Block a user