Description
This RFC proposes
To add napi/create-uint64 and napi/create-int64
I see there are TODO's in packages:
blas/base/icamax
blas/base/idamax
and many more packages
TODO message
// TODO: revisit once we support 64-bit integers as return values and 64 integers more generally in JavaScript
When i dig further it seems we can implement the following now using the following napi function:
napi_create_bigint_uint64
napi_create_bigint_int64
These funcitons were added in the N-API Version: 6
Related Issues
Related issues # , # , and # .
Questions
No.
Other
No.
Checklist