Introduction to Emscripten
Get introduced to the concepts we will learn in this chapter.
We'll cover the following...
Overview
In this chapter, we’ll learn about Emscripten, which is a toolchain to convert C/C++ code into a WebAssembly module.
Emscripten consists of two components:
- Emscripten compiler frontend
- Emscripten SDK (emsdk)
The Clang compiler ...