We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1f0e6 commit 0a55fdfCopy full SHA for 0a55fdf
src/lib.rs
@@ -44,7 +44,7 @@
44
#[cfg_attr(any(target_os = "ios", target_os = "tvos"), path = "ios.rs")]
45
#[cfg_attr(target_os = "macos", path = "macos.rs")]
46
#[cfg_attr(target_os = "android", path = "android.rs")]
47
-#[cfg_attr(target_arch = "wasm32", path = "wasm.rs")]
+#[cfg_attr(target_family = "wasm", path = "wasm.rs")]
48
#[cfg_attr(windows, path = "windows.rs")]
49
#[cfg_attr(
50
any(
0 commit comments