wasmworker 0.2.1

Dispatching tasks to a WebWorker without `SharedArrayBuffers`.
Documentation
1
2
3
4
5
pub use worker::*;

mod com;
pub mod js;
mod worker;