mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-15 09:40:52 +00:00
If we pass rayon 0 workers it still spawns 1, so both 1 and 2 threads were actually spawning one thread each. Let's remove the off-by-one so 1 and 2 cores should show a significant difference.
Examples
This directory contains a number of Cargo projects that are all examples of how
to use wasm-bindgen
in various contexts. More documentation can be found
online