1 2 3 4 5
#[cfg(any(target_arch = "wasm32", doc))] mod runtime; #[cfg(any(target_arch = "wasm32", doc))] pub use runtime::spawn_local;