Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 37e5988aae addition SDL stubs 2010-11-15 20:27:09 -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 addition SDL stubs 2010-11-15 20:27:09 -08:00
tests handle global constants that are llvm function calls +test 2010-11-14 21:23:48 -08:00
third_party framework for integration tests 2010-11-05 20:48:19 -07:00
tools fix bugs in namespacer for bullet 2010-11-06 16:07:53 -07: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.