Hacker News new | past | comments | ask | show | jobs | submit login

Ah, that makes sense. That also would imply that more and more domains where JS has the advantage now will shift towards WASM in the long term.

Might part of the issue also be that there are now two compilation phases: to-WASM, and WASM-to-native? If the WASM bytecode produced isn't easily optimised by the WASM-to-native phase (I assume only the most basic optimisations are made at that stage) that may also result in slowdowns.

I'm wondering if this can become a source of unexpected instability in WASM performance across JavaScript engines, kind of like how built-in functions can vary wildly in performance across JavScript engines right now.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: