web_worker 0.3.0

A simple crate implementing web workers to run rayon-styled concurrent work on wasm.
Documentation

Web Worker

Rayon-like worker thread pool. Heavily inspired and based on the works of Alex Crichton (I only adapted his code to be reusable outside of the wasm-bindgen crate.)

Original example