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

> Plus, it gives (or will give) much lower-level access to features like threads and memory allocation.

There's no reason JavaScript couldn't just have those features. It already has some amount of memory allocation control via ArrayBuffer & DataView.




You're describing asm.js which had significant issues as a compilation target. The generated javascript code was massive and it took several seconds just to parse it.


Related is a mozilla post on streaming wasm for big performance gains: https://hacks.mozilla.org/2018/01/making-webassembly-even-fa...


asm.js never added threads, which is a far bigger performance issue than fine-grained manual memory allocation is.




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

Search: