wasmworker 0.4.0

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

mod com;
pub mod js;
mod worker;