Add missing dev-dependency: wasmtime-runtime
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2006,6 +2006,7 @@ dependencies = [
|
||||
"wasmtime-interface-types",
|
||||
"wasmtime-jit",
|
||||
"wasmtime-obj",
|
||||
"wasmtime-runtime",
|
||||
"wasmtime-wasi",
|
||||
"wasmtime-wasi-c",
|
||||
"wasmtime-wast",
|
||||
|
||||
@@ -40,6 +40,7 @@ rayon = "1.2.1"
|
||||
wasm-webidl-bindings = "0.6"
|
||||
|
||||
[dev-dependencies]
|
||||
wasmtime-runtime = { path = "crates/runtime" }
|
||||
more-asserts = "0.2.1"
|
||||
# This feature requires the wasm32-wasi target be installed. It enables
|
||||
# wasm32-wasi integration tests. To enable, run
|
||||
|
||||
Reference in New Issue
Block a user