Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 1d27ea201d allow asm heaps to be multiples of 16MB 2013-12-13 11:06:44 -08:00
cmake
docs
patches
scons-tools
src move tests/hello_world.js to src, so tests/ folder is not needed for sanity checks 2013-12-12 09:24:44 -08:00
system
tests disable another test in fastcomp 2013-12-12 17:01:21 -08:00
third_party
tools skip sanity checks if EM_CONFIG is used instead of normal ~/.emscripten 2013-12-12 09:36:37 -08:00
.gitignore
AUTHORS Update AUTHORS 2013-12-07 19:43:33 +02:00
CONTRIBUTING.markdown
ChangeLog
LICENSE
README.markdown
em++
em++.bat
em-config
em-config.bat
emar
emar.bat
emcc allow asm heaps to be multiples of 16MB 2013-12-13 11:06:44 -08:00
emcc.bat
emcc.py
emconfigure
emconfigure.bat
emlink.py
emmake Fix spelling error. 2013-11-27 16:25:10 +01:00
emmake.bat
emranlib
emranlib.bat
emscons
emscripten.py disable another test in fastcomp 2013-12-12 17:01:21 -08:00
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.