Beyond WASI: Running any Rust application in the browser with BrowserPod 3.0
Summary
The article announces BrowserPod 3.0, a browser-based Linux-like environment that can run unmodified Rust programs in the browser using WebAssembly. It extends beyond WASI by supporting full filesystem access, networking, subprocesses, and parallelism, with Python support in early form. It discusses demonstrations like Yarn 6 built in Rust and outlines future directions such as considering WALI as a target.