Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
alon@honor dbb6945add use quantum of 4 in benchmarks, to better simulate real-world conditions 2010-10-16 21:00:08 -07:00
demos optimize raytrace demo 2010-10-16 20:32:43 -07:00
patches emscripten.py 2010-09-09 20:03:24 -07:00
src optimize raytrace demo 2010-10-16 20:32:43 -07:00
tests use quantum of 4 in benchmarks, to better simulate real-world conditions 2010-10-16 21:00:08 -07:00
AUTHORS missing file 2010-08-28 21:06:12 -07:00
ChangeLog version 0.3 2010-10-05 19:26:00 -07:00
LICENSE Version 0.1 2010-08-28 19:16:06 -07:00
README comments 2010-09-09 21:25:52 -07:00
emscripten.py beginnings of SDL support; minor fixes for SDL; raytrace web demo 2010-09-26 15:59:54 -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.