Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Jan 4, 2024
1 parent 35bca58 commit 36f1dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This will significantly degrade performance.

Notice that if the `multicore` feature is active, the library will not compile to any `wasm` target.
This is because WASM architectures at the time of writing this still don't handle parallelism properly.
See: [Rayon: Usage with WwbAssembly](https://github.com/rayon-rs/rayon#usage-with-webassembly) for more info.
See: [Rayon: Usage with WebAssembly](https://github.com/rayon-rs/rayon#usage-with-webassembly) for more info.

A way to import this library into the project that works this arround (in case you might compile to `wasm`-targets) could be as follows:
```toml
Expand Down

0 comments on commit 36f1dcf

Please sign in to comment.