Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for u64 and i64 types #37

Open
radare opened this issue Feb 26, 2014 · 2 comments
Open

Add support for u64 and i64 types #37

radare opened this issue Feb 26, 2014 · 2 comments

Comments

@radare
Copy link

radare commented Feb 26, 2014

No description provided.

@mbebenita
Copy link
Owner

This will be quite hard to support since JavaScript doesn't have 64 bit integers.

@radare
Copy link
Author

radare commented Feb 26, 2014

There are some implementations for long.js and bignum.js that may let this work, but interoperability may be problematic. Here are the links:

https://docs.closure-library.googlecode.com/git/closure_goog_math_long.js.html
https://jsfromhell.com/classes/bignumber

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants