Specifically, do you worry that Microsoft is going to eventually do the Microsoft thing and horribly fuck it up for everyone? I’ve really grown to appreciate the language itself, but I’m wary of it getting too ingrained at work only to have the rug pulled out from under us when it’s become hard to back out.

Edit: not really “pulling the rug”, but, you know, doing the Microsoft classic.

    • @RonSijm@programming.dev
      link
      fedilink
      59 months ago

      Well since this is a Typescript / Microsoft kinda thread - there are replacements… You can use C# with Blazor (from Microsoft)

      And you can also compile Go and Rust to WASM (probably some other stuff as well that I’m not aware of)

    • @alcasa
      link
      39 months ago

      But then reversing sites will be so much more annoying

    • @aluminium@lemmy.world
      link
      fedilink
      19 months ago

      No, I’m glad that “now that wasm exists I can do web development in any language” isn’t thing yet. The web would get even more clumsy than it already is. I’m glad that when I visit 5 links I don’t have to download 10 different runtimes each time.

      • @onlinepersona@programming.dev
        link
        fedilink
        English
        29 months ago

        10 different runtimes? WASM what do you mean? It’s byte-code for the browser. It’s not like Flash or Java applets that required an external program to run.