wasmtime cli: use wasmtime_wasi's re-exports more deliberately
this drops the direct dep on wasi-cap-std-sync and wasi-common.
This commit is contained in:
@@ -32,8 +32,6 @@ wasmtime-wast = { path = "crates/wast", version = "0.25.0" }
|
||||
wasmtime-wasi = { path = "crates/wasi", version = "0.25.0" }
|
||||
wasmtime-wasi-crypto = { path = "crates/wasi-crypto", version = "0.25.0", optional = true }
|
||||
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "0.25.0", optional = true }
|
||||
wasi-common = { path = "crates/wasi-common", version = "0.25.0" }
|
||||
wasi-cap-std-sync = { path = "crates/wasi-common/cap-std-sync", version = "0.25.0" }
|
||||
structopt = { version = "0.3.5", features = ["color", "suggestions"] }
|
||||
object = { version = "0.23.0", default-features = false, features = ["write"] }
|
||||
anyhow = "1.0.19"
|
||||
|
||||
Reference in New Issue
Block a user