Сообщение Emscripten: LLVM to JavaScript compiler (C++ to JS) от 22.03.2013 15:44
Изменено 23.06.2015 10:24 Evgeny.Panasyuk
https://github.com/kripken/emscripten/wiki:
JS Python interpreter
QT Demo: chip
Например:Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode (which can be generated from C/C++ using Clang, or any other language that can be converted into LLVM bitcode) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).
Compile C and C++ code into JavaScript and run that on the web
Using Emscripten, you can
Run code in languages like Python as well, by compiling CPython from C to JavaScript and interpreting code in that on the web
JS Python interpreter
QT Demo: chip
Emscripten: LLVM to JavaScript compiler (C++ to JS)
Emscripten
JS Python interpreter
QT Demo: chip
Например:Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode (which can be generated from C/C++ using Clang, or any other language that can be converted into LLVM bitcode) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).
Compile C and C++ code into JavaScript and run that on the web
Using Emscripten, you can
Run code in languages like Python as well, by compiling CPython from C to JavaScript and interpreting code in that on the web
JS Python interpreter
QT Demo: chip