Open
Description
Library: https://crates.io/crates/wasm-mt
- It uses nightly features trait_alias and async_closure.
Interesting links:
- https://rustwasm.github.io/wasm-bindgen/exbuild/raytrace-parallel/
- https://rustwasm.github.io/2018/10/24/multithreading-rust-and-wasm.html
- https://blog.scottlogic.com/2019/07/15/multithreaded-webassembly.html
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/Planned_changes#WebAssembly_Shared_Memory
- https://web.dev/earth-webassembly/
This issue is a starting point for future experimenting.