• trevor
    link
    fedilink
    English
    41 day ago

    WASM is a better way to run code client-side, and has the benefit of not being a terribly slow, untyped mess 😌

    • folkrav
      link
      fedilink
      219 hours ago

      It desperately needs interface types if we ever hope to make it a serious contender for general purpose web development. The IO overhead of having to interface with JS to use any web API is itself pretty slow, and is limiting a lot of usecases.