Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai f1b8f8f1b4 only save temp files in EMCC_DEBUG_SAVE mode 2012-11-13 17:49:57 -08:00
cmake/Platform Try to locate emcc in cmake based on the cmake toolchain directory structure to avoid having to set EMSCRIPTEN environment variable on unix. Remove the temporary workaround for other.test_cmake, which shouldn't now be needed. 2012-11-14 00:55:11 +02: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
src glVertex2fv, +tests 2012-11-13 13:22:24 -08:00
system zoomSurface support; fixes #673 2012-11-12 18:40:23 -08:00
tests Merge pull request #710 from juj/cmake 2012-11-13 16:51:30 -08:00
third_party Update websockify, fix websocket tests, refactor websocket harness. 2012-11-01 09:22:08 -05:00
tools only save temp files in EMCC_DEBUG_SAVE mode 2012-11-13 17:49:57 -08:00
.gitignore misc library fixes for libcxxabi+test_typed_exceptions 2012-02-22 18:19:54 -08:00
AUTHORS add newline in authors 2012-11-07 17:58:37 -08:00
ChangeLog fix getloadavg 2011-10-02 16:25:15 +02:00
LICENSE
README.markdown mention tutorial in readme 2011-12-19 11:37:51 -08:00
em++ Misc fixes for Windows. 2012-03-20 14:26:50 +01:00
em-config Add the em-config tool 2012-05-14 20:32:56 -04:00
emar Misc fixes for Windows. 2012-03-20 14:26:50 +01:00
emcc forward -v to child processes 2012-11-13 17:42:35 -08:00
emcc.py add empty emcc.py to work around issue 663 2012-10-29 10:59:50 -07:00
emconfigure CONFIGURE_CC option to let you define the compiler used when configure-ing 2012-10-01 11:44:18 -07:00
emlibtool initial prep for emcc by default 2011-12-14 16:16:59 -08:00
emmake make emmake executable 2012-01-03 17:30:34 -08:00
emranlib initial work to refactor emcc into emcc, emld, emar, emranlib 2011-12-14 11:12:19 -08:00
emscripten.py clean up temp .ll files in child processes 2012-11-13 14:54:40 -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, tutorial, FAQ, etc: https://github.com/kripken/emscripten/wiki

Main project page: http://emscripten.org

Emscripten is MIT licensed, see LICENSE.txt.