Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 76c55fb93d optimize SAFE_HEAP for speed and enable additional tests 2010-11-21 23:03:08 -08:00
demos bug in bullet demo 2010-11-09 20:42:24 -08:00
patches emscripten.py 2010-09-09 20:03:24 -07:00
src optimize SAFE_HEAP for speed and enable additional tests 2010-11-21 23:03:08 -08:00
tests optimize SAFE_HEAP for speed and enable additional tests 2010-11-21 23:03:08 -08:00
third_party framework for integration tests 2010-11-05 20:48:19 -07:00
tools differentiate llvm variables from functions in niceIdents 2010-11-16 23:04:47 -08:00
AUTHORS missing file 2010-08-28 21:06:12 -07:00
ChangeLog version 0.5 2010-11-02 21:08:49 -07:00
LICENSE add LLVM license option 2010-10-24 17:45:36 -07:00
README comments 2010-09-09 21:25:52 -07:00
emscripten.py misc minor fixes 2010-10-17 20:59:50 -07:00

README

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).

See LICENSE.txt for copyright, redistribution and warranty info.

See http://code.google.com/p/emscripten/ for project info, getting started, FAQ, etc.