typed-objects-es7 icon indicating copy to clipboard operation
typed-objects-es7 copied to clipboard

lack of very important uint64/int64

Open lygstate opened this issue 10 years ago • 3 comments
trafficstars

Js doesn't support for uint64/int64 leading to a lot of issues in real productive environmen

lygstate avatar Dec 24 '14 17:12 lygstate

+1

asilvas avatar Feb 15 '15 14:02 asilvas

uint64/int64 can be handled using a library (i.e. BigNumber) though builtin support it would be awesome.

themihai avatar Jun 01 '15 23:06 themihai

Yeap, indeed FFI and CTypes need this.

lygstate avatar Jun 02 '15 11:06 lygstate