An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.
Hello, When I use wasm-bindgen-rayon `v1.2.2` along with wasm-bindgen `>= v0.2.94`, the `pkg/snippets ` is not fully populated comparing to run with wasm-bindgen `v0.2.93`. ### To reproduce - clone [zama-ai/tfhe-rs](https://github.com/zama-ai/tfhe-rs) repository - run `make build_web_js_api_parallel` and check content of `tfhe/pkg/snippets/wasm-bindgen-rayon-<hash>/src` - change version constraint for wasm-bindgen to `0.2.95` - remove tfhe/pkg folder - run again `make build_web_js_api_parallel` and check content of `tfhe/pkg/snippets/wasm-bindgen-rayon-<hash>/src` -> you'll see that `workerHelpers.worker.js` file is missing
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by soonum and has received 17 comments.