Comment on First 3D Commercial Web Game Powered By asm.jsparentComments−TazeTSchnitzel12yWell, you can also write asm.js code manually to squeeze out performance, if you need to.−camus212yit'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.−TazeTSchnitzel12yI 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.
Comments
Well, you can also write asm.js code manually to squeeze out performance, if you need to.
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.