An Introduction to WebAssembly with C++ — Part I
-
WebAssembly is a technology that was designed collaboratively for engineers from the major web browsers.
In the paper, “Bringing the Web up to Speed with WebAssembly” WebAssembly is defined as a low-level bytecode that is able to compile C/C++ programs to a subset of javascript called asm.js.
Read the full article: https://medium.com/@cchaconsartori/introduction-to-webassembly-with-c-part-i-64bcfad7ecb4