From the Mozilla Hacks blog: Making WebAssembly A First-Class Language on the Web
https://hacks.mozilla.org/2026/02/making-webassembly-a-first-class-language-on-the-web/
Firefox is experimenting with native WebAssembly Component support in the browser and giving it access to the DOM! It removes pretty much all of the overhead Wasm on the web has today compared to JS. Making it possible for web apps written entirely in Rust to start outperforming JS.
