Hacker News new | ask | show | jobs
by thesnider 4573 days ago
Like asm.js?
1 comments

asm.js is standardized, in that its semantics are fully defined by ECMA-262, which is a multi-vendor, widely implemented standard.
I may be wrong, but I see Math.imul as part of the asm.js spec and I believe it's an extension on ECMA-252.5 (and related libraries, IIRC typed arrays are part of the webgl stuff, not ECMA-262)
Yeah, you're right. Both are part of the ES6 draft though:

https://people.mozilla.org/~jorendorff/es6-draft.html

Neat, I had no idea typed arrays were being moved into ES6.