logoalt Hacker News

colordropsyesterday at 9:57 PM1 replyview on HN

Isn't going through the JS APIs slow?


Replies

nasso_devyesterday at 10:28 PM

used to be, in the early days, but nowadays runtimes optimized the function call overhead between WASM and JS to near zero

https://hacks.mozilla.org/2018/10/calls-between-javascript-a...

show 1 reply