Hacker News new | ask | show | jobs
by dist1ll 498 days ago
How do you avoid branches in 64-bit WASM?
1 comments

You can run the guest in another thread/process and give it its own dedicated address space, or use something like memory protection keys.