Skip to content

validate napi_int64 mappings #18

Description

@RamyElkest

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions