Dave Anderson on Nostr: Taking another quick tour of wasm runtimes, the thing that strikes me the most is how ...
Taking another quick tour of wasm runtimes, the thing that strikes me the most is how so few of them seem to aim for a first-class experience that prioritizes security over speed.
No, I don't want you to JIT my code, no I don't want cranelift involved. There is known state of the art for building fast interpreters, please may I have a fast interpreter in a memory-safe language, wherein the wasm blob doesn't immediately get free reign over the host process if your JIT has a bug
No, I don't want you to JIT my code, no I don't want cranelift involved. There is known state of the art for building fast interpreters, please may I have a fast interpreter in a memory-safe language, wherein the wasm blob doesn't immediately get free reign over the host process if your JIT has a bug