From 6e1015c0b6d56865269bc185c2dc836bbe349793 Mon Sep 17 00:00:00 2001 From: Johnnie Birch Date: Sat, 28 Aug 2021 12:41:13 -0700 Subject: [PATCH] Bench-api cargo update to allow seeing Module functions --- crates/bench-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bench-api/Cargo.toml b/crates/bench-api/Cargo.toml index f3a6639689..9ec6e60786 100644 --- a/crates/bench-api/Cargo.toml +++ b/crates/bench-api/Cargo.toml @@ -17,7 +17,7 @@ crate-type = ["rlib", "cdylib"] [dependencies] anyhow = "1.0" shuffling-allocator = { version = "1.1.1", optional = true } -wasmtime = { path = "../wasmtime", default-features = false } +wasmtime = { path = "../wasmtime", default-features = true } wasmtime-wasi = { path = "../wasi" } wasmtime-wasi-crypto = { path = "../wasi-crypto", optional = true } wasmtime-wasi-nn = { path = "../wasi-nn", optional = true }