• blobjim [he/him]
    ·
    edit-2
    3 years ago

    They already have a standard interface for using WASM in a desktop environment. I don't think it would be that much different to basically create a replacement for HTML and JavaScript that has some of the same features in terms of hyperlinking and accessibility and whatnot but as an API for WASM programs to use instead of WASM being hosted inside some kind of HTML/JS environment. So extensions could still hook into the "system calls" called by the sandbox environment. I think losing some of the configurability of the web in order to make web browsers easier to develop and maintain would be good.

      • blobjim [he/him]
        ·
        edit-2
        3 years ago

        Most websites are obfuscated and optimized anyways. More people would be able to create FOSS web browsers and other web tools if they only had to implement a WASM virtual machine and web interfaces instead of having to implement this massive HTML/JS API/renderer/VM. I doubt it will happen though because that wouldn't be in the interests of Google who basically dictates web standards, they want to continue their near monopoly on fancy web stuff and getting people to use their products.

        • wantonviolins [they/them]
          ·
          3 years ago

          I blame Brendan Eich, everyone who ever worked on ActiveX, and the entirety of Google.

          We could have had simple, separate specifications for web documents and web applications that were easy to implement, performant, and built to purpose, but instead we have a gigantic mismash of everything over decades rolled into an impossible “standard”.