Y
Hacker News
new
|
ask
|
show
|
jobs
by
throawayonthe
7 days ago
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...
1 comments
Dwedit
7 days ago
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.
link
tekne
7 days ago
Wasm multiple memories is a thing now
link