There are a number of async task executors available in Rust's ecosystem. However, most (if not all?) of them rely on primitives that might not be available or optimal for WebAssembly deployment at the time.
Include this dependency in your Cargo.toml
:
toml
[dependencies]
wasm-rs-async-executor = "0.3.0"
Licensed under either of