TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The State of WebAssembly – 2023 and 2024

30 pointsby sasakrsmanovic2over 1 year ago

3 comments

iainctduncanover 1 year ago
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.
tslocumover 1 year ago
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.<p><pre><code> 0. https:&#x2F;&#x2F;bgammon.org 1. https:&#x2F;&#x2F;bgammon.org&#x2F;blog&#x2F;20240101-hello-world&#x2F; 2. https:&#x2F;&#x2F;github.com&#x2F;golang&#x2F;go&#x2F;issues&#x2F;28631</code></pre>
mdhbover 1 year ago
Safari continues to hold everyone else up yet again.
评论 #39100936 未加载