At first, Emscripten sounds like the punch line to a tech joke: a compiler that converts C/C++ code into Asm.js, a subset of JavaScript that can then run via a Web browser or in the Node.js framework.
Google today revealed a tweak it has made in the latest Chrome beta to further boost performance: concurrent compilation, which offloads a large part of the optimizing compilation phase to a ...
Many programming languages require a compiler to compile them to machine-readable code, but Web browsers can read JavaScript with no compilation required. However ...