When will we be able to use any programming language in the web?

  • Praise Idleness
    link
    fedilink
    English
    710 hours ago

    Important to note that WASM will only give you enough performance boost to justify using it if the task is significantly demaning to JS. JS is not slow.

    • Ace! _SL/S
      link
      fedilink
      46 hours ago

      JS is not slow.

      Since JS is single threaded it can be pretty slow compared to anything being able to use multiple threads

    • @[email protected]
      link
      fedilink
      610 hours ago

      JS is slow, but I program Rust and Scala. Every internal app at my company is react based and I spend most my time waiting for that bloated framework to load a simple table. It can take seconds to load a 20 route paginated table from source.