Merge pull request #3261 from jlb6740/fix-build-for-benchmark-api

Bench-api cargo update to allow seeing Module functions
This commit is contained in:
Nick Fitzgerald
2021-08-30 09:39:49 -07:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ crate-type = ["rlib", "cdylib"]
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
shuffling-allocator = { version = "1.1.1", optional = true } 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 = { path = "../wasi" }
wasmtime-wasi-crypto = { path = "../wasi-crypto", optional = true } wasmtime-wasi-crypto = { path = "../wasi-crypto", optional = true }
wasmtime-wasi-nn = { path = "../wasi-nn", optional = true } wasmtime-wasi-nn = { path = "../wasi-nn", optional = true }