wasi-cap-std-async is better named wasi-tokio

This commit is contained in:
Pat Hickey
2021-04-14 14:02:50 -07:00
parent c691d1864e
commit 0127676621
7 changed files with 21 additions and 21 deletions

22
Cargo.lock generated
View File

@@ -3068,16 +3068,6 @@ version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wasi-cap-std-async"
version = "0.26.0"
dependencies = [
"tokio",
"wasi-cap-std-sync",
"wasi-common",
"wiggle",
]
[[package]]
name = "wasi-cap-std-sync"
version = "0.26.0"
@@ -3144,6 +3134,16 @@ dependencies = [
"zeroize",
]
[[package]]
name = "wasi-tokio"
version = "0.26.0"
dependencies = [
"tokio",
"wasi-cap-std-sync",
"wasi-common",
"wiggle",
]
[[package]]
name = "wasm-encoder"
version = "0.4.1"
@@ -3551,9 +3551,9 @@ name = "wasmtime-wasi"
version = "0.26.0"
dependencies = [
"anyhow",
"wasi-cap-std-async",
"wasi-cap-std-sync",
"wasi-common",
"wasi-tokio",
"wasmtime",
"wasmtime-wiggle",
"wiggle",