Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 9d209878f9 refactor shared components of python tools, and add emmaken.py 2011-01-14 22:44:52 -08:00
demos update python demo, fixes various bugs 2011-01-01 19:29:20 -08:00
patches emscripten.py 2010-09-09 20:03:24 -07:00
src make sure our warning about show-annotations always shows up 2011-01-12 22:25:12 -08:00
tests refactor shared components of python tools, and add emmaken.py 2011-01-14 22:44:52 -08:00
third_party refactor shared components of python tools, and add emmaken.py 2011-01-14 22:44:52 -08:00
tools refactor shared components of python tools, and add emmaken.py 2011-01-14 22:44:52 -08:00
AUTHORS missing file 2010-08-28 21:06:12 -07:00
ChangeLog version 0.7 2010-12-18 17:38:40 -08: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 refactor shared components of python tools, and add emmaken.py 2011-01-14 22:44:52 -08: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.