Extend int range to MAX_SAFE_INTEGER

ReScript now going to be aligned more to JS instead of OCaml. So… Do we have any reason to limit the integer range to 32 bits?

1 Like

See this thread and my response there: Is `int` still limited to [-2147483648, 2147483647]? - #4 by joakin

1 Like