logoalt Hacker News

Dwedittoday at 3:22 PM2 repliesview on HN

WebAssembly doesn't beat JavaScript in performance, and that is embarrassing.


Replies

kettlecorntoday at 3:31 PM

That's not accurate. I Googled for a recent performance benchmark and found this which indicates Wasm offers a notable performance gain: https://medium.com/@hashbyt/webassembly-vs-javascript-perfor...

show 1 reply
throawayonthetoday at 3:53 PM

it is faster, but there is unacceptable loss when passing data to/from js, definitely an area needing improvement (or having to do it less)

https://hacks.mozilla.org/2026/02/making-webassembly-a-first...

show 1 reply