1#![cfg(any(target_arch = "wasm32", doc))] 2#![cfg_attr(feature = "strict_provenance", feature(strict_provenance))] 3 4mod arena; 5mod runtime; 6 7pub use runtime::spawn_local;