I'm playing with Rust -> wasm and multi threading via WebWorkers.
I am trying to figure out if two distinct WebWorkers each have their own memory or if they are sharing the same block of wasm memory. Is there a way to do this ?
I'm playing with Rust -> wasm and multi threading via WebWorkers.
I am trying to figure out if two distinct WebWorkers each have their own memory or if they are sharing the same block of wasm memory. Is there a way to do this ?
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.