Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 6682670608 some SDL stuff 2011-10-12 17:52:24 -07:00
demos
docs
patches
src some SDL stuff 2011-10-12 17:52:24 -07:00
system/include
tests test for LLVM structures in phi 2011-10-12 17:51:38 -07:00
third_party
tools restructure usage of llvm opts. customize use of opts in specific benchmarks 2011-10-09 21:26:50 -07:00
.gitignore
AUTHORS
ChangeLog
LICENSE
README.markdown
emscripten.py
settings.py

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.