Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
alon@honor 1a589b26ce fsub 2010-09-02 23:00:47 -07:00
src fsub 2010-09-02 23:00:47 -07:00
tests ptrtoint support, +test that includes scanning generated code 2010-09-02 21:34:15 -07:00
AUTHORS missing file 2010-08-28 21:06:12 -07:00
ChangeLog speed comp 2010-08-28 22:05:13 -07:00
LICENSE Version 0.1 2010-08-28 19:16:06 -07:00
README Version 0.1 2010-08-28 19:16:06 -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 and redistribution.

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