Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 80e2f0333d fix header parsing bug and unistd.h header; fixes unistd_confstr 2011-09-25 18:56:58 -07:00
demos eSpeak text-to-speech demo 2011-07-30 23:44:30 -07:00
docs paper typos 2011-07-23 10:18:14 -07:00
patches emscripten.py 2010-09-09 20:03:24 -07:00
src automatic checks for missing C defines 2011-09-25 18:42:46 -07:00
system/include fix header parsing bug and unistd.h header; fixes unistd_confstr 2011-09-25 18:56:58 -07:00
tests fix header parsing bug and unistd.h header; fixes unistd_confstr 2011-09-25 18:56:58 -07:00
third_party update demangler to process profiling output 2011-09-18 14:25:21 -07:00
tools fix dirent.h and folders test 2011-09-25 14:22:22 -07:00
.gitignore Added *.pyc to .gitignore. 2011-06-27 11:36:09 +03:00
AUTHORS Added some libc I/O stubs to get Python module importing to work: 2011-06-24 04:15:28 +03:00
ChangeLog version 1.5 2011-07-31 11:15:40 -07:00
LICENSE LICENSE and AUTHORS 2011-06-23 16:07:17 -07:00
README.markdown readme 2011-04-10 14:54:23 -07:00
emscripten.py fix header parsing bug and unistd.h header; fixes unistd_confstr 2011-09-25 18:56:58 -07:00
settings.py harmonize use of COMPILER_ARGS 2011-09-23 17:23:22 -07:00

README.markdown

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, FAQ, etc: https://github.com/kripken/emscripten/wiki

Main project page: http://emscripten.org

Emscripten is MIT licensed, see LICENSE.txt.