from Hacker News

The State of WebAssembly – 2023 and 2024

by sasakrsmanovic2 on 1/22/24, 7:16 PM with 8 comments

  • by iainctduncan on 1/22/24, 10:20 PM

    This is great. I am using WASM right now for a music training product I plan on launching in the next few months, and it has been so much nicer than doing it all in JS. I have an audio scheduler running in C++ in an audioworklet, an engine running in s7 Scheme (which runs in compiled C in WASM), and user interface code in JavaScript. The plumbing was a bit involved to figure out the architecture, but now that that's done, I wouldn't go back to plain JS or TypeScript for anything. I love that I can reuse my engine and scheduler/synthesis code from desktop contexts.
  • by tslocum on 1/23/24, 9:14 AM

    Very happy WebAssembly user[0] reporting in. I even wrote a blog post[1] about it. I hope the Go compiler lands support[2] for multi-threaded WebAssembly some time this year.

      0. https://bgammon.org
      1. https://bgammon.org/blog/20240101-hello-world/
      2. https://github.com/golang/go/issues/28631
  • by mdhb on 1/22/24, 9:55 PM

    Safari continues to hold everyone else up yet again.