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
rayon-wasm is an unofficial forked publication, as noted here: #1019 (comment). Please use rayon 1.7.0.
That wasm support is just a fallback that lets rayon work single-threaded, but that's only applied when you leave num_threads unspecified. The target does not support threads, so std::thread::spawn is returning Unsupported.
(rayon_wasm v1.6.2).
Running the code below in browser after compiling it to wasm, results in an error.
Error :
is this an expected behavior ? if yes what are the alternatives if there are any ?
Thanks.
The text was updated successfully, but these errors were encountered: