Comment on Is a web browser using another scripting language feasible?
draco_aeneus@mander.xyz 1 week agoIt still suffers from not having access to the DOM and other APIs the browser supplies. That’s being worked on, I believe.
Without that, you still need a JavaScript layer in-between at the very least. At that point, you’re not gaining much from running in WASM.