▲ | connicpu 5 days ago | |||||||||||||
WASM brings a memory sandbox that prevents out of bounds access to arbitrary pointers. | ||||||||||||||
▲ | pjmlp 4 days ago | parent [-] | |||||||||||||
The only bounds that are checked is the overall size of the linear memory block, there is no bounds checking inside the same segment. | ||||||||||||||
|