dslomov / typed-objects-es7

ES7 typed objects spec draft
126 stars 7 forks source link

lack of very important uint64/int64 #13

Open lygstate opened 9 years ago

lygstate commented 9 years ago

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

asilvas commented 9 years ago

+1

themihai commented 9 years ago

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

lygstate commented 9 years ago

Yeap, indeed FFI and CTypes need this.