Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 5b2f181ab4 generalize heap access generation with getHeapOffset 2011-06-05 11:49:17 -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 emscripten.py 2010-09-09 20:03:24 -07:00
src generalize heap access generation with getHeapOffset 2011-06-05 11:49:17 -07:00
tests refactor makeCopyValues and add makeSetValues 2011-06-04 14:08:51 -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 remove stackQuota for spidermonkey since no longer needed 2011-06-04 10:11:25 -07:00
.gitignore .gitignore 2011-05-18 21:45:10 -07:00
AUTHORS missing file 2010-08-28 21:06:12 -07:00
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.