Browse Source

bench-api: Add a feature for the old x86_64 backend

This makes it easier to benchmark old vs new backends.
pull/2937/head
Nick Fitzgerald 4 years ago
parent
commit
13741284b3
  1. 2
      crates/bench-api/Cargo.toml

2
crates/bench-api/Cargo.toml

@ -31,4 +31,4 @@ wat = "1.0"
default = ["shuffling-allocator"]
wasi-crypto = ["wasmtime-wasi-crypto"]
wasi-nn = ["wasmtime-wasi-nn"]
old-x86-backend = ["wasmtime/old-x86-backend"]

Loading…
Cancel
Save