Skip to content

Commit

Permalink
Merge pull request #1148 from atouchet/rd
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
cuviper committed Mar 26, 2024
2 parents 7543ed4 + 884bf7b commit cf167b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -71,7 +71,7 @@ as:

```toml
[dependencies]
rayon = "1.8"
rayon = "1.10"
```

To use the parallel iterator APIs, a number of traits have to be in
Expand All @@ -96,8 +96,8 @@ will only use a single CPU core.

You can build Rayon-based projects with proper multithreading support
for the Web, but you'll need an adapter and some project configuration
to account for differences between WebAssembly threads and threads
on the other platforms.
to account for differences between WebAssembly threads and threads on
the other platforms.

Check out the
[wasm-bindgen-rayon](https://github.com/RReverser/wasm-bindgen-rayon)
Expand Down

0 comments on commit cf167b6

Please sign in to comment.