1 2 3 4 5 6
#[cfg(not(target_arch = "wasm32"))] pub mod requests; #[cfg(target_arch = "wasm32")] #[path = "requests_wasm32.rs"] pub mod requests;