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
IMO, it would be better to improve the documentation in one of the wasm-specific repositories, especially since the mechanism is currently experimental and may change as the wasm standard evolves.
Hi! Thank you for all the work.
I wanted to ask for documentation to use rayon in
wasm32-wasi
target, like running a wasm module withwasmtime
.I have seen documentation for the web like the current link in the readme and others:
Some issues that are related are #93 and the PR #636.
Maybe I did not read carefully enough but my goal is to:
wasm32-wasi
wasmtime
If I naively do just this I get the known thread pool not initialized error.
(Maybe I should also ask in wasmtime?)
The text was updated successfully, but these errors were encountered: