Doesn’t a browser need to have javascript enabled to even run WASM? That beats the entire point of getting rid of js
Comment on Is a web browser using another scripting language feasible?
breadsmasher@lemmy.world 2 days ago
WebAssembly? en.wikipedia.org/wiki/WebAssembly?wprov=sfti1
ICastFist@programming.dev 2 days ago
Axolotl_cpp@feddit.it 18 hours ago
I think they are trying to fix that
breadsmasher@lemmy.world 2 days ago
yeah, correct. I had misunderstood what you were specifically asking for.
draco_aeneus@mander.xyz 2 days ago
It 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.