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

validate napi_int64 mappings #18

Open
RamyElkest opened this issue Jul 13, 2018 · 0 comments
Open

validate napi_int64 mappings #18

RamyElkest opened this issue Jul 13, 2018 · 0 comments

Comments

@RamyElkest
Copy link
Owner

Currently long, long long, unsigned long and unsigned long long are mapped to napi_int64.

Two potential problems are

  • int64 is approximate in javascript beyond 2^53
  • mapping unsigned to signed

we need to validate if either is an issue in our API

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