Skip to content

Commit 31007f5

Browse files
committed
Add stdarch_wasm_atomic_wait feature in std
1 parent bfe6421 commit 31007f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@
262262
)]
263263
#![cfg_attr(any(windows, target_os = "uefi"), feature(round_char_boundary))]
264264
#![cfg_attr(target_os = "xous", feature(slice_ptr_len))]
265+
#![cfg_attr(target_family = "wasm", feature(stdarch_wasm_atomic_wait))]
265266
//
266267
// Language features:
267268
// tidy-alphabetical-start

0 commit comments

Comments
 (0)