[Zarith](https://github.com/ocaml/Zarith) is OCaml library that supports arbitrary-precision integer operations It allows the compiler to handle bigint constants and clean them up to use the same logic as int32. Also, need to confirm the playground is working using [Zarith_stubs_js](https://github.com/janestreet/zarith_stubs_js). Related PRs: - #7153 - #7029