Creating a WebAssembly module instance with JavaScript
WebAssembly is a new way of running code on the web. With it, you can write modules in languages like C or C++ and run them in the browser. Currently modules can’t run on their own, though. This is expected to change as ES module support comes to browsers.
from Pocket http://ift.tt/2u8ahik
via IFTTT