d6aff15271
Caveat: it can only work with the latest llvm-devel, at least 9.0.d20190509, see patch in bug#237819.
5 lines
192 B
Text
5 lines
192 B
Text
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.
|
|
|
|
WWW: https://emscripten.org/
|