1 2 3 4 5
#[cfg(not(target_arch = "wasm32"))] pub mod std_transport; #[cfg(all(feature = "wasm", target_arch = "wasm32"))] pub mod wasm_transport;