web_worker 0.2.0

A simple crate implementing web workers to run rayon-styled concurrent work on wasm.
Documentation
1
2
3
4
5
6
# Web Worker

Rayon-like worker thread pool. Heavily inspired and based on the works of [Alex Crichton](https://github.com/alexcrichton)  (I only adapted his code to be reusable outside of the wasm-bindgen crate.)

[Original example](https://github.com/rustwasm/wasm-bindgen/tree/master/examples/raytrace-parallel)