From f83eafd6c29a35235c94e48ec7996f7dd34aedcf Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Thu, 9 Jan 2020 22:04:21 +0100 Subject: [PATCH] Add missing dev-dependency: wasmtime-runtime --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index a6353468c8..b4a44fa796 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2006,6 +2006,7 @@ dependencies = [ "wasmtime-interface-types", "wasmtime-jit", "wasmtime-obj", + "wasmtime-runtime", "wasmtime-wasi", "wasmtime-wasi-c", "wasmtime-wast", diff --git a/Cargo.toml b/Cargo.toml index 3e72c70c8b..813ce9edfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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