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

2
Cargo.lock generated
View File

@@ -2718,6 +2718,7 @@ name = "wasmtime-cli"
version = "0.22.0"
dependencies = [
"anyhow",
"cap-std",
"env_logger 0.8.2",
"file-per-thread-logger",
"filecheck",
@@ -2733,6 +2734,7 @@ dependencies = [
"tempfile",
"test-programs",
"tracing-subscriber",
"wasi-cap-std-sync",
"wasi-common",
"wasmparser",
"wasmtime",