Add stdarch_wasm_atomic_wait feature in std
This commit is contained in:
parent
bfe6421d0b
commit
31007f51ed
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@
|
||||||
)]
|
)]
|
||||||
#![cfg_attr(any(windows, target_os = "uefi"), feature(round_char_boundary))]
|
#![cfg_attr(any(windows, target_os = "uefi"), feature(round_char_boundary))]
|
||||||
#![cfg_attr(target_os = "xous", feature(slice_ptr_len))]
|
#![cfg_attr(target_os = "xous", feature(slice_ptr_len))]
|
||||||
|
#![cfg_attr(target_family = "wasm", feature(stdarch_wasm_atomic_wait))]
|
||||||
//
|
//
|
||||||
// Language features:
|
// Language features:
|
||||||
// tidy-alphabetical-start
|
// tidy-alphabetical-start
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue