diff --git a/crates/wasmtime/Cargo.toml b/crates/wasmtime/Cargo.toml index e494737d6650..d36c1059544b 100644 --- a/crates/wasmtime/Cargo.toml +++ b/crates/wasmtime/Cargo.toml @@ -270,4 +270,4 @@ std = [ unsafe_disable_continuation_linearity_check = [] # Toggle the baseline implementation of WasmFX -wasmfx_baseline = ["async"] +wasmfx_baseline = ["async", "wasmtime-cranelift?/wasmfx_baseline"]