asm-js / validator

A reference validator for asm.js.
Apache License 2.0
1.78k stars 148 forks source link

kill {u}int64 #32

Closed dherman closed 11 years ago

dherman commented 11 years ago

We can replace 64-bit integers with a simple FFI that allocates them in a separate external ArrayBuffer and returns indices. It'll be more expensive but it's simpler for now. We can re-add them later if necessary. But they'd be better with ES7 value types anyway.