From 9ffd3524b6de2633fff9da3e25a123a004e82f73 Mon Sep 17 00:00:00 2001 From: SasakiSaki <192608617@qq.com> Date: Wed, 22 May 2024 15:18:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(cranelift):=20incorrectly=20emitted=20optim?= =?UTF-8?q?ized=20instructions=20in=20baselin=E2=80=A6=20(#181)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix: https://github.com/wasmfx/wasmfxtime/issues/180#issuecomment-2123796725 --- crates/wasmtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]