hook run command up to both wasi snapshots
sharing the same context! at long last
This commit is contained in:
@@ -32,6 +32,7 @@ wasmtime-wast = { path = "crates/wast", version = "0.22.0" }
|
||||
wasmtime-wasi = { path = "crates/wasi", version = "0.22.0" }
|
||||
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "0.22.0", optional = true }
|
||||
wasi-common = { path = "crates/wasi-common", version = "0.22.0" }
|
||||
wasi-cap-std-sync = { path = "crates/wasi-common/cap-std-sync", version = "0.22.0" }
|
||||
structopt = { version = "0.3.5", features = ["color", "suggestions"] }
|
||||
object = { version = "0.22.0", default-features = false, features = ["write"] }
|
||||
anyhow = "1.0.19"
|
||||
@@ -44,6 +45,7 @@ log = "0.4.8"
|
||||
rayon = "1.2.1"
|
||||
humantime = "2.0.0"
|
||||
wasmparser = "0.71.0"
|
||||
cap-std = "0.11.0"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.8.1"
|
||||
|
||||
Reference in New Issue
Block a user