We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d00562 commit 1083ac1Copy full SHA for 1083ac1
src/lib.rs
@@ -47,6 +47,8 @@ mod macros;
47
pub mod int;
48
pub mod float;
49
50
+#[cfg(any(all(target_arch = "wasm32", target_os = "unknown"),
51
+ all(target_arch = "arm", target_os = "none")))]
52
pub mod math;
53
pub mod mem;
54
0 commit comments