Essentially the same html/css rendering of Firefox or Chromium, still able to access the www, but with javascript fully removed for another language that can be interpreted - like python or lua. Is this feasible?
Essentially the same html/css rendering of Firefox or Chromium, still able to access the www, but with javascript fully removed for another language that can be interpreted - like python or lua. Is this feasible?
WebAssembly? https://en.wikipedia.org/wiki/WebAssembly?wprov=sfti1
it isn’t specifically interpreted though
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.
Doesn’t a browser need to have javascript enabled to even run WASM? That beats the entire point of getting rid of js
yeah, correct. I had misunderstood what you were specifically asking for.