wasmtime-wasi: re-export wasi-cap-std-sync
This commit is contained in:
@@ -14,7 +14,12 @@ build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
wasi-common = { path = "../wasi-common", version = "0.25.0" }
|
||||
wasi-cap-std-sync = { path = "../wasi-common/cap-std-sync", version = "0.25.0", optional = true }
|
||||
wiggle = { path = "../wiggle", default-features = false, version = "0.25.0" }
|
||||
wasmtime-wiggle = { path = "../wiggle/wasmtime", default-features = false, version = "0.25.0" }
|
||||
wasmtime = { path = "../wasmtime", default-features = false, version = "0.25.0" }
|
||||
anyhow = "1.0"
|
||||
|
||||
[features]
|
||||
default = ["sync"]
|
||||
sync = ["wasi-cap-std-sync"]
|
||||
|
||||
Reference in New Issue
Block a user