Stream: wasm

Topic: wasm64 + multithreading


view this post on Zulip s7464 (Jun 26 2024 at 00:09):

Has anyone tried multithreading with wasm64? I'm trying to port https://github.com/RReverser/wasm-bindgen-rayon to wasm64 but getting some really weird memory errors (unaligned accesses for example). Looks like my memory is corrupted somehow. Wondering if anyone has got this to work?

An adapter for enabling Rayon-based concurrency on the Web with WebAssembly. - RReverser/wasm-bindgen-rayon

Last updated: Nov 22 2024 at 17:03 UTC