- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 20 Oct 2020 00:34:21 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 October 2020 07:34:33 UTC
`WebAssembly.Module` is not shared memory. It's just a data structure people didn't want to have to send across process boundaries. You are thinking of `WebAssembly.Memory` (which by relying on `SharedArrayBuffer` sits behind cross-origin isolated). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/564#issuecomment-712656059
Received on Tuesday, 20 October 2020 07:34:33 UTC