Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai cf8941cf07 Merge pull request #569 from xrmx/llvmversion
Add ability to use versioned llvm binaries
2012-09-18 10:45: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 warning about allocate() 2012-09-17 15:01:44 -07:00
system add void* argument to emscripten_async_call and emscripten_push_main_loop_blocker 2012-09-17 13:16:39 -07:00
tests add void* argument to emscripten_async_call and emscripten_push_main_loop_blocker 2012-09-17 13:16:39 -07:00
third_party update closure compile to 2093 2012-07-19 17:11:35 -07:00
tools Merge pull request #569 from xrmx/llvmversion 2012-09-18 10:45:58 -07:00
.gitignore misc library fixes for libcxxabi+test_typed_exceptions 2012-02-22 18:19:54 -08:00
AUTHORS Add ability to use versioned llvm binaries 2012-09-18 19:06:55 +02: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 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 clearer error message when a crucial llvm tool is missing, and force sanity checks in EMCC_DEBUG mode 2012-09-13 17:24:50 -07:00
emconfigure emmake and emconfigure docs 2011-12-21 17:00:43 -08: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 remove some unused command line arguments 2012-07-03 18:33:24 -07:00
settings.py More sensible default emscripten settings that can be overriden with env. 2012-08-31 18:46:33 +01: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.