https://hacks.mozilla.org/2026/02/making-webassembly-a-first-class-language-on-the-web/

Gosh this is so cool. A native DOM API exposed to WebAssembly right in the browser, and even better - via the Component Model, which has been under development and been getting more and more refinements over the past few yeass 👀 That means there will officially no longer be a need for JS glue code on the web!

Why is WebAssembly a second-class language on the web? – Mozilla Hacks - the Web developer blog

This post is an expanded version of a presentation I gave at the recent WebAssembly CG meeting in Munich. WebAssembly has come a long way since its first release in 2017. The 1.0 version of WebAssembly was already a great fit for low-level languages like C and C++, and immediately enabled many new kinds of applications to efficiently target the web.

Mozilla Hacks – the Web developer blog
@pojntfx I've been waiting for this for so long ! Many years until its a thing though.