Emscripten
Appearance
Emscripten is LLVM-to-JavaScript compiler. As its input it takes LLVM bitcode, typically created by compiling from C/C++, and as its output it generates a JavaScript file which can run in the browser.
External links
- Official website on GitHub
- List of demos and tutorial