Crate wasm_rs_async_executor[][src]

Async Executor for WebAssembly

There are a number of async task executors available, however, most of them rely on primitives that might not be available or optimal for WebAssembly deployment at the time.

This crate currently provides one single-threaded async executor

Modules

single_threaded

Single-threaded executor