6 ms·
How do you avoid branches in 64-bit WASM?
by dist1ll 2y ago
How do you avoid branches in 64-bit WASM?
- kouteiheika 2y agoYou can run the guest in another thread/process and give it its own dedicated address space, or use something like memory protection keys.