|
|
|
|
|
by 10000truths
1118 days ago
|
|
I don't see how Spectre or hardware address spaces are relevant here. WASM code cannot access memory that is not explicitly provided to the sandbox, by design. Each load/store opcode is bounds-checked by the WASM engine to ensure that. Wouldn't be much of a sandbox, otherwise. |
|
https://blog.cloudflare.com/mitigating-spectre-and-other-sec...