Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai e2d05d569d run sanity checks on emcc -v even without inputs 2014-02-25 21:48:03 -08:00
cmake
docs
patches
scons-tools
src Merge branch 'NiCoX' of github.com:patchanka/emscripten into incoming 2014-02-25 15:41:05 -08:00
system
tests run sanity checks on emcc -v even without inputs 2014-02-25 21:48:03 -08:00
third_party
tools fix i386 target usage and asm2.test_cube2hash 2014-02-25 16:46:40 -08:00
.gitignore
AUTHORS Merge branch 'NiCoX' of github.com:patchanka/emscripten into incoming 2014-02-25 15:41:05 -08:00
CONTRIBUTING.markdown
ChangeLog
LICENSE
README.markdown
em++
em++.bat
em-config
em-config.bat
emar
emar.bat
emcc run sanity checks on emcc -v even without inputs 2014-02-25 21:48:03 -08:00
emcc.bat
emcc.py
emconfigure
emconfigure.bat
emlink.py
emmake
emmake.bat
emranlib
emranlib.bat
emrun
emrun.bat
emscons
emscripten.py
package.json

README.markdown

logo

Emscripten

Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated from C/C++, using llvm-gcc or clang, or any other language that can be converted into LLVM - and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).

Links to demos, tutorial, FAQ, etc: https://github.com/kripken/emscripten/wiki

Main project page: http://emscripten.org

Emscripten is MIT licensed, see LICENSE.txt.