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-interface-types",
|
||||||
"wasmtime-jit",
|
"wasmtime-jit",
|
||||||
"wasmtime-obj",
|
"wasmtime-obj",
|
||||||
|
"wasmtime-runtime",
|
||||||
"wasmtime-wasi",
|
"wasmtime-wasi",
|
||||||
"wasmtime-wasi-c",
|
"wasmtime-wasi-c",
|
||||||
"wasmtime-wast",
|
"wasmtime-wast",
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ rayon = "1.2.1"
|
|||||||
wasm-webidl-bindings = "0.6"
|
wasm-webidl-bindings = "0.6"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
wasmtime-runtime = { path = "crates/runtime" }
|
||||||
more-asserts = "0.2.1"
|
more-asserts = "0.2.1"
|
||||||
# This feature requires the wasm32-wasi target be installed. It enables
|
# This feature requires the wasm32-wasi target be installed. It enables
|
||||||
# wasm32-wasi integration tests. To enable, run
|
# wasm32-wasi integration tests. To enable, run
|
||||||
|
|||||||
Reference in New Issue
Block a user