September 2018
Intermediate to advanced
328 pages
9h 10m
English
So what is Emscripten? Wikipedia provides the following definition:
We discussed source-to-source compilers (or transpilers) in the first chapter and used TypeScript as an example. Transpilers convert source code in one programming language to equivalent source code in another programming language. To elaborate on Emscripten running as a backend to the LLVM compiler, we need to provide some additional details about LLVM.
The official website for LLVM (https://llvm.org) defines the LLVM as a collection of modular and reusable compiler and toolchain ...
Read now
Unlock full access