Skip to content

Commit

Permalink
Update cfg values
Browse files Browse the repository at this point in the history
  • Loading branch information
silvia-odwyer committed Oct 31, 2024
1 parent 45e12e8 commit 9ab1efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate/src/noise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::PhotonImage;
#[cfg(feature = "enable_wasm")]
use wasm_bindgen::prelude::*;

#[cfg(all(target_family = "wasm64", not(target_os = "wasi")))]
#[cfg(all(target_family = "wasm", not(target_os = "wasi")))]
use js_sys::Math::random;

#[cfg(not(all(target_arch = "wasm64", not(target_os = "wasi"))))]
Expand Down

0 comments on commit 9ab1efe

Please sign in to comment.