Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 19520c66ee rename --compress to --minify in emcc 2012-03-16 11:00:12 -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 remove unneeded SDL deps 2012-03-15 18:34:27 -07:00
system tweak building of libcxx to work around windows failure 2012-03-16 10:35:59 -07:00
tests allow preloading/embedding of entire directories using emcc 2012-03-16 10:48:45 -07:00
third_party Include Closure Compiler by default. 2012-03-06 13:26:15 -05:00
tools add file preloading in browsers 2012-03-15 14:07:04 -07:00
.gitignore misc library fixes for libcxxabi+test_typed_exceptions 2012-02-22 18:19:54 -08:00
AUTHORS Merge with @richardassar's changes. 2012-03-07 21:31:08 -05: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++ emcc: --version 2011-12-11 10:23:03 -08:00
emar Use llvm-ar instead of llvm-link in emar 2012-02-08 18:45:37 -05:00
emcc rename --compress to --minify in emcc 2012-03-16 11:00:12 -07:00
emconfigure emmake and emconfigure docs 2011-12-21 17:00:43 -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
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 show warning if using emscripten.py directly 2012-02-05 10:37:40 -08:00
settings.py default closure compiler in a way that doesn't require EMSCRIPTEN_ROOT 2012-03-08 21:18:03 -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.