Comment by int_19h
Because wasm virtual machine has contiguous linear memory. So if you do this, you're no longer running wasm.
Besides, why would you design around the lack of a MMU? Even in embedded space it's often there.
Because wasm virtual machine has contiguous linear memory. So if you do this, you're no longer running wasm.
Besides, why would you design around the lack of a MMU? Even in embedded space it's often there.
No I mean what if we updated the wasm spec to allow it?