spawn64 0.2.3

An efficient way to spawn futures in WASM
Documentation
1
2
3
4
5
6
7
#![cfg(any(target_arch = "wasm32", doc))]
#![cfg_attr(feature = "strict_provenance", feature(strict_provenance))]

mod arena;
mod runtime;

pub use runtime::spawn_local;