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... (more…)
Read more »
With the recent addition of SharedArrayBuffer, concurrency is finding its way into the JavaScript language. This addition allows JavaScript programs to perform concurrent access to SharedArrayBuffer objects. WebKit supports SharedArrayBuffer and it has fu… Read more