Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 96b74d5914 drop RELOOP for clang in freetype test 2011-02-12 16:44:07 -08:00
demos freetype demo 2011-02-08 17:26:18 -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 add parens in mathops 2011-02-11 18:37:04 -08:00
tests drop RELOOP for clang in freetype test 2011-02-12 16:44:07 -08:00
third_party refactor shared components of python tools, and add emmaken.py 2011-01-14 22:44:52 -08:00
tools use clang in emmaken and in freetype&zlib tests 2011-02-10 20:03:01 -08:00
AUTHORS missing file 2010-08-28 21:06:12 -07:00
ChangeLog version 0.8 2011-02-06 20:04:08 -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 libcxx test; support for linking in test runner; failure in clang_0_1.test_libcxx 2011-01-17 15:36:26 -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.