Cheerp supports 64-bit integers in both JavaScript and WebAssembly

While waiting for broader BigInt support, this is our strategy to support 64-bit integers in both Wasm and JavaScript… Read more

Similar

Writing Dependency-Free JavaScript

Lately, I have been working on a web application, pixu.rs1, that, while small, includes an interactive form with image uploading and multiple phases. This is exactly the kind of thing I tend to turn into a mess when I'm not using React, Redux and everythi... (more…)

Read more »

Learning Advanced JavaScript

Double-click the code to edit the tutorial and try your own code.This tutorial contains code and discussion from the upcoming book Secrets of the JavaScript Ninja by John Resig.

Read more »