News

The Web is getting its bytecode: WebAssembly The next step in the evolution of JavaScript and asm.js is to do away with both of them.
Learn the fundamentals of Web Assembly in 100 Seconds, then build your first WASM binary with AssemblyScript.
WebAssembly is a binary instruction format and virtual machine that brings near-native performance to web browser applications, and allows developers to build high-speed web apps in the language ...
Using emscripten allows easy compilation, but integrating into rollup.js — a JavaScript framework — was a bit of work, and you’ll find the process documented in the post.