TLDR: Are there any workarounds the 4GB wasm limit ?
Detailed: IIRC, wasm is 32-bit, limiting us to 4GB memory. Therefore Rust programs compiled to wasm are limited to 4GB runtime.
I am wondering if there are any techniques around this. In particular, to have a single browser tab run multiple "rust-wasm" processes. Each "rust-wasm" process is limited to 4GB, but they can talk to each other.