Re: [w3ctag/design-reviews] Deprecating `document.domain`. (#564)

`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