logoalt Hacker News

throawayonthetoday at 3:53 PM1 replyview on HN

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...


Replies

Dwedittoday at 4:16 PM

Just allowing more than one arraybuffer could go a long way to help with performance. One array buffer for the wasm memory space, then an arraybuffer for each input or output argument.

show 1 reply