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?

  • draco_aeneus@mander.xyz
    link
    fedilink
    arrow-up
    6
    ·
    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.