LLJS
LLJS copied to clipboard
Add support for u64 and i64 types
This will be quite hard to support since JavaScript doesn't have 64 bit integers.
There are some implementations for long.js and bignum.js that may let this work, but interoperability may be problematic. Here are the links:
http://docs.closure-library.googlecode.com/git/closure_goog_math_long.js.html http://jsfromhell.com/classes/bignumber