Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 193a0cc9d2 more logging in emcc, and only generate js/html if specifically told to (so building things like .so.0.1.0.0) will work, as bitcode 2011-12-14 18:12:22 -08: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 make SQL_Quit a no-op 2011-12-14 10:37:37 -08:00
system/include ctype.h header fix 2011-12-12 22:50:34 -08:00
tests refactor emcc to use a temp directory for intermediate files 2011-12-14 17:42:35 -08:00
third_party path fixes 2011-10-05 11:12:45 -07:00
tools refactor emcc to use a temp directory for intermediate files 2011-12-14 17:42:35 -08:00
.gitignore fix test_poll 2011-10-02 21:48:08 +02:00
AUTHORS Modify exit() to throw an object and catch it. 2011-12-03 01:29:44 +00: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
em++ emcc: --version 2011-12-11 10:23:03 -08:00
emar generate .o by default, not .bc. fixes test_zlib 2011-12-14 17:01:16 -08:00
emcc more logging in emcc, and only generate js/html if specifically told to (so building things like .so.0.1.0.0) will work, as bitcode 2011-12-14 18:12:22 -08:00
emconfigure initial prep for emcc by default 2011-12-14 16:16:59 -08:00
emld generate .o by default, not .bc. fixes test_zlib 2011-12-14 17:01:16 -08:00
emlibtool initial prep for emcc by default 2011-12-14 16:16:59 -08:00
emranlib initial work to refactor emcc into emcc, emld, emar, emranlib 2011-12-14 11:12:19 -08:00
emscripten.py refactor run_js and an additional emcc test 2011-12-11 18:31:10 -08:00
settings.py comments 2011-12-09 19:43:09 -08: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.