1 2 3 4 5
#[cfg_attr(target_arch = "wasm32", path = "wasm32.rs")] #[cfg_attr(not(target_arch = "wasm32"), path = "other.rs")] pub(crate) mod mod_impl; pub(crate) use mod_impl::build_transport;