diff --git a/src/rand.rs b/src/rand.rs index 495ec60b30..97cb41c683 100644 --- a/src/rand.rs +++ b/src/rand.rs @@ -137,6 +137,7 @@ impl crate::sealed::Sealed for SystemRandom {} target_os = "redox", target_os = "solaris", target_os = "windows", + target_os = "vita", all( feature = "wasm32_unknown_unknown_js", target_arch = "wasm32",