Hacker News new | ask | show | jobs
by cromwellian 3303 days ago
WASM has 64-bit ints, did asm.js support those? How can you polyfill that without a real slowdown.
1 comments

A property with getter and setter backed by singleton typed array instance?
"without a real slowdown"

Any operation, like 64-bit adds/muls/divs/etc would have to call emulation functions. It'll be orders of magnitude slower.