typed-objects-es7
typed-objects-es7 copied to clipboard
lack of very important uint64/int64
trafficstars
Js doesn't support for uint64/int64 leading to a lot of issues in real productive environmen
+1
uint64/int64 can be handled using a library (i.e. BigNumber) though builtin support it would be awesome.
Yeap, indeed FFI and CTypes need this.