Emscripten
emscripten
Emscripten is a toolchain for compiling to asm.js and WebAssembly, built using LLVM, that lets you run C and C++ on the web at near-native speed without plugins.
https://emscripten.org/
https://github.com/emscripten-core/emscripten
LLVMの
バイトコード
から
JavaScript
を生成するツール
LLVMを使った色んな言語からJavaScriptに変換が可能