Skip to content

Commit df8c8ea

Browse files
TPSkornelski
authored andcommitted
Update WASM RAYON special handling link
1 parent 8461d0b commit df8c8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The `openmp` Cargo feature has been renamed to `threads`.
100100

101101
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.
102102

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.
104104

105105
To disable threads when using this library as a dependency, disable default features like this in `Cargo.toml`:
106106

0 commit comments

Comments
 (0)