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

Int32 types #21

Open
rambleraptor opened this issue Sep 7, 2024 · 0 comments
Open

Int32 types #21

rambleraptor opened this issue Sep 7, 2024 · 0 comments

Comments

@rambleraptor
Copy link
Member

From #17

I think it's probably better to leave it this way, but as a note there is no int32 type really, and the maximum size 2^53-1 so int64 isn't possible: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER.

I think we should probably support it anyway, and maybe implement an int64 as a string in javascript for safety's sake. @hudlow might have thoughts on this.

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

1 participant