Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempting to target wasm with the parallel feature on fails because `rayon` does not natively support it. Parallelism on WebAssembly is technically achievable through the Web Workers API, but until such functionality is stable, this should provide a better error message.
- Loading branch information