Skip to content

Commit eaf4e7c

Browse files
committed
no wasi
1 parent a9570cc commit eaf4e7c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tokio/tests/task_hooks.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
#![cfg(all(feature = "full", tokio_unstable, target_has_atomic = "64"))]
1+
#![cfg(all(
2+
feature = "full",
3+
tokio_unstable,
4+
target_has_atomic = "64",
5+
not(target_arch = "wasm32")
6+
))]
27

38
use std::sync::atomic::{AtomicUsize, Ordering};
49
use std::sync::Arc;

0 commit comments

Comments
 (0)