~/devreads

#wasm

3 posts

26 Feb

6 Dec 2021

Bobby Holley 4 min read

In Firefox 95, we're shipping a novel sandboxing technology called RLBox — developed in collaboration with researchers at the University of California San Diego and the University of Texas — that makes it easy and efficient to isolate subcomponents to make the browser more secure. This technology opens up new opportunities beyond what's been possible with traditional process-based sandboxing, and…

featured articlefirefoxjavascriptrlboxwasm

21 Nov 2019

Nick Fitzgerald 31 min read

Multi-value is a proposed extension to core WebAssembly that enables functions to return many values, among other things. It is also a prerequisite for Wasm interface types. Nick Fitzgerald has been adding multi-value support all over the place recently, started with the Rust and WebAssembly toolchain. Next he added support to the Wasmtime runtime, and the Cranelift code generator it’s…

craneliftrustwasmwasm-bindgenwasmtime