- What are the five steps in the development workflow?
- Which stage or end does Emscripten represent in the compilation process?
- What does IR stand for (LLVM's output)?
- What role does the EMSDK play with regard to Emscripten?
- Which EMSDK prerequisites are required on all three platforms (macOS, Windows, and Linux)?
- Why do you need to run the emsdk_env script before you can use the Emscripten compiler?
- Why do you need to add the "${env:EMSCRIPTEN}/system/include" path to the C/Cpp configuration file?
- What is the command used to compile C/C++ down to Wasm modules?
- What does the -Os compiler flag represent?