WebAssembly Is Fast: A Real-World Benchmark of WebAssembly vs. ES6

A deep dive into WASM vs. JavaScript performance using WasmBoy, a GB / GBC Emulator… Read more

Similar

Babel and ES6

Babel is a JavaScript compiler. That means with Babel, you can write syntax in the latest version of JavaScript, and it will transform the code to be browser-compatible JavaScript. This is awesome, because it is good to learn the most up to date version, ... (more…)

Read more »

JSC loves ES6

ES2015 (also known as ES6), the version of the JavaScript specification ratified in 2015, is a huge improvement to the language’s expressive power thanks to features like classes, for-of, destructuring, spread, tail calls, and much more. But powerful lang... (more…)

Read more »