Async Executor for WebAssembly

Crate API

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.

Usage

Include this dependency in your Cargo.toml:

toml [dependencies] wasm-rs-async-executor = "0.4.0"

License

Licensed under either of