Skip to content

Commit 94cb276

Browse files
committed
Use global_native when not on wasm32
1 parent ab267cc commit 94cb276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
mod arc_list;
2020
mod atomic_waker;
2121
mod delay;
22-
#[cfg(not(feature = "wasm-bindgen"))]
22+
#[cfg(not(target_arch = "wasm32"))]
2323
mod global_native;
2424
#[cfg(feature = "wasm-bindgen")]
2525
mod global_wasm;

0 commit comments

Comments
 (0)