Merge pull request #2718 from cfallin/new-backend
Switch default to new x86_64 backend.
This commit is contained in:
@@ -70,8 +70,8 @@ parallel-compilation = ["wasmtime-jit/parallel-compilation"]
|
||||
# Enables support for automatic cache configuration to be enabled in `Config`.
|
||||
cache = ["wasmtime-cache"]
|
||||
|
||||
# Enables support for new x64 backend.
|
||||
experimental_x64 = ["wasmtime-jit/experimental_x64"]
|
||||
# Use the old x86 backend.
|
||||
old-x86-backend = ["wasmtime-jit/old-x86-backend"]
|
||||
|
||||
# Enables support for "async stores" as well as defining host functions as
|
||||
# `async fn` and calling functions asynchronously.
|
||||
|
||||
Reference in New Issue
Block a user