You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ The `openmp` Cargo feature has been renamed to `threads`.
100
100
101
101
By default, when the`threads` Cargo feature is enabled, this library uses multi-threading. Number of threads can be controlled via`RAYON_NUM_THREADS` environment variable.
102
102
103
-
Threads in WASM are experimental, and require[special handling](https://github.com/GoogleChromeLabs/wasm-bindgen-rayon). If you're targeting WASM, you'll most likely want to disable threads.
103
+
Threads in WASM are experimental, and require[special handling](https://github.com/RReverser/wasm-bindgen-rayon). If you're targeting WASM, you'll most likely want to disable threads.
104
104
105
105
To disable threads when using this library as a dependency, disable default features like this in`Cargo.toml`: