From 9ee3a5461299b904c5707c27988ddcf92d642c04 Mon Sep 17 00:00:00 2001 From: Davide Rizzo Date: Fri, 12 Apr 2024 13:27:08 +0200 Subject: [PATCH] stdarch_wasm_atomic_wait instead of stdsimd --- core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/lib.rs b/core/src/lib.rs index 4845356e..7376e04f 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -49,7 +49,7 @@ target_family = "wasm", target_feature = "atomics" ), - feature(stdsimd) + feature(stdarch_wasm_atomic_wait) )] mod parking_lot;