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 ?