Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 3c8451a078 optimize memset and memcpy in ta2 2011-06-11 19:05:20 -07:00
demos bullet demo v2 2011-05-01 12:15:48 -07:00
docs paper fix 2011-04-15 18:22:59 -07:00
patches
src optimize memset and memcpy in ta2 2011-06-11 19:05:20 -07:00
tests optimize memset and memcpy in ta2 2011-06-11 19:05:20 -07:00
third_party update gcc_demangler.js, which no longer worked on latest js engines 2011-06-04 14:27:41 -07:00
tools autodebugger improvements for floats 2011-06-09 21:11:21 -07:00
.gitignore .gitignore 2011-05-18 21:45:10 -07:00
AUTHORS
ChangeLog version 1.2 2011-05-29 21:50:29 -07:00
LICENSE add LLVM license option 2010-10-24 17:45:36 -07:00
README.markdown readme 2011-04-10 14:54:23 -07:00
emscripten.py remove compiler argument to emscripten.py - use ~/.emscripten instead 2011-05-15 19:07: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).

Links to demos, FAQ, etc: https://github.com/kripken/emscripten/wiki

Main project page: http://emscripten.org

Emscripten is MIT licensed, see LICENSE.txt.