RReverser / wasm-bindgen-rayon

An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.
https://docs.rs/wasm-bindgen-rayon
Apache License 2.0
117 stars 8 forks source link

Freeze with `wasm-pack` and default flags #8

Open antonWetzel opened 1 month ago

antonWetzel commented 1 month ago

The call to await initThreadPool(...) did not return with the default feature flags without printing any error or message. I used the recommended build command for CLI.

Using features = ["no-bundler"] resolves the issue.