Merge pull request #2437 from abrown/bench-api

Introduce benchmarking API
This commit is contained in:
Nick Fitzgerald
2020-12-15 09:42:48 -08:00
committed by GitHub
4 changed files with 235 additions and 0 deletions

11
Cargo.lock generated
View File

@@ -2449,6 +2449,17 @@ dependencies = [
"winapi",
]
[[package]]
name = "wasmtime-bench-api"
version = "0.19.0"
dependencies = [
"anyhow",
"wasi-common",
"wasmtime",
"wasmtime-wasi",
"wat",
]
[[package]]
name = "wasmtime-c-api"
version = "0.19.0"