hook run command up to both wasi snapshots

sharing the same context! at long last
This commit is contained in:
Pat Hickey
2021-01-29 12:29:30 -08:00
parent 70f8288ec9
commit e498888732
4 changed files with 41 additions and 22 deletions

View File

@@ -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"