Skip to content

Int32 types #21

Description

@rambleraptor

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.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions