It would be nice if browser automatically load the WebAssembly modules, bind the native web APIs directly (without any JS glue code), and run the module.

We could write the code for web apps in any language and then compile it to a WASM.

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

#wasm #webassembly #webdev #javascript