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

This makes it easier to benchmark old vs new backends.
This commit is contained in:
Nick Fitzgerald
2021-05-24 14:43:13 -07:00
parent 8c2413e009
commit 13741284b3

View File

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