Add missing dev-dependency: wasmtime-runtime

This commit is contained in:
Jakub Konka
2020-01-09 22:04:21 +01:00
parent 64afd0305a
commit f83eafd6c2
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

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

View File

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