Skip to content

JavaScript

Mikhail Yakshin edited this page Mar 9, 2016 · 4 revisions

No 64-bit integers

Current JavaScript specification lacks direct access to anything like int64 type. Unfortunately, accessing types like u8 / s8 won't work :(

Clone this wiki locally