Hacker News new | ask | show | jobs
by TazeTSchnitzel 4565 days ago
Well, you can also write asm.js code manually to squeeze out performance, if you need to.
1 comments

it's faster to learn C and all the toolchain than writing any meaningfull code in asm.js directly, asm.js is not javascript, as strange as it sounds.
I don't mean to write your app in it, I mean using it for optimising tight loops and such, just as C developers occasionally write some functions in asm for performance.