@
[email protected] well there's [assemblyscript](https://www.assemblyscript.org/) :D
but the main issue with first-class wasm in browsers is that most of the web/dom apis are not exposed into wasm directly and require at least some javascript glue anyway
and the other reason is that they are all very much designed for javascript, which would make it pretty hard to bring to wasm. also wasm doesn't have a standard abi btw.