Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 316 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 316 Bytes

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