Hacker News new | ask | show | jobs
by panstromek 438 days ago
That's actually a pretty clever idea, I never realized you can that. Thanks for sharing.
1 comments

Note that the reason why this works for sandboxing is that wasm code gets its own linear memory that is bounds-checked. Meaning that the generated C code will contain those checks as well, with the corresponding performance implications.