Multi-cage mode and multiple sandboxes
Multi-cage mode and multiple sandboxes Hello colleagues, recently I’ve been working on some interesting parts of V8 and I want to announce this work to the public because it could be useful for deno, node, and other folks who are working with V8 embedding. Pointer compression pro…
Optimization of Wasm’s indirect calls for SpiderMonkey
Hello hackers, part of last year and part of this year I was working on some cool optimization for Wasm call_indirect instruction in SpiderMonkey and recently it was finally landed. So, grab some food and let me share this story with you.
Adventures in porting SpiderMonkey to the WASI WebAssembly platform
Hello hackers, today we are about to go on a trip into the world of C++ and WebAssembly. Recently I have been lucky enough to participate in porting such a big and complex codebase as SpiderMonkey to the WASI platform. I want to share with you some of that experience.