Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai ae5aa84484 write to file directly in emscripten.py 2011-03-16 15:31:12 -07:00
demos openjpeg demo tweaks 2011-03-05 19:32:59 -08:00
docs paper update 2011-01-20 23:03:08 -08:00
patches emscripten.py 2010-09-09 20:03:24 -07:00
src stop using lots of memory to manage strings at the end of compilation 2011-03-15 20:13:57 -07:00
tests write to file directly in emscripten.py 2011-03-16 15:31:12 -07:00
third_party refactor shared components of python tools, and add emmaken.py 2011-01-14 22:44:52 -08:00
tools stop using lots of memory to manage strings at the end of compilation 2011-03-15 20:13:57 -07:00
AUTHORS missing file 2010-08-28 21:06:12 -07:00
ChangeLog version 0.9 2011-03-05 19:28:56 -08:00
LICENSE add LLVM license option 2010-10-24 17:45:36 -07:00
README.markdown readme 2011-02-12 20:00:49 -08:00
emscripten.py write to file directly in emscripten.py 2011-03-16 15:31:12 -07: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).

See http://emscripten.org for project info, getting started, FAQ, etc.

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