Y
Hacker News
new
|
ask
|
show
|
jobs
by
thesnider
4573 days ago
Like asm.js?
1 comments
pcwalton
4573 days ago
asm.js is standardized, in that its semantics are fully defined by ECMA-262, which is a multi-vendor, widely implemented standard.
link
masklinn
4573 days ago
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)
link
pcwalton
4573 days ago
Yeah, you're right. Both are part of the ES6 draft though:
https://people.mozilla.org/~jorendorff/es6-draft.html
link
masklinn
4573 days ago
Neat, I had no idea typed arrays were being moved into ES6.
link