Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Jeff Terrace 51f9ca6e1c Change names of functions make_test, do_test, prep_ll_test, and do_ll_test to take out "test", since nose picks these up as test cases when they shouldn't be 2011-10-13 10:40:29 -04: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 EMSCRIPTEN_COMMENT for source comments 2011-10-10 19:58:29 -07:00
system/include EMSCRIPTEN_COMMENT for source comments 2011-10-10 19:58:29 -07:00
tests Change names of functions make_test, do_test, prep_ll_test, and do_ll_test to take out "test", since nose picks these up as test cases when they shouldn't be 2011-10-13 10:40:29 -04:00
third_party path fixes 2011-10-05 11:12:45 -07:00
tools restructure usage of llvm opts. customize use of opts in specific benchmarks 2011-10-09 21:26:50 -07:00
.gitignore fix test_poll 2011-10-02 21:48:08 +02:00
AUTHORS Edited AUTHORS via GitHub 2011-10-05 10:15:25 +03:00
ChangeLog fix getloadavg 2011-10-02 16:25:15 +02: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 warning in emscripten.py 2011-10-09 14:48:29 -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.