Skip to content

Commit

Permalink
Merge pull request #435 from sorcio/wasm-atomics-feature
Browse files Browse the repository at this point in the history
stdarch_wasm_atomic_wait instead of stdsimd
  • Loading branch information
Amanieu committed Apr 14, 2024
2 parents 7aeb2f1 + 9ee3a54 commit 4f898be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
target_family = "wasm",
target_feature = "atomics"
),
feature(stdsimd)
feature(stdarch_wasm_atomic_wait)
)]

mod parking_lot;
Expand Down

0 comments on commit 4f898be

Please sign in to comment.