Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Anthony Pesch 54537559f3 - minor refactoring to new address translation functions to support better "raw" functionality
- moved test_inet* tests into sockets test suite
2013-08-29 01:45:38 -07:00
cmake/Platform
demos
docs
patches
scons-tools
src - minor refactoring to new address translation functions to support better "raw" functionality 2013-08-29 01:45:38 -07:00
system
tests - minor refactoring to new address translation functions to support better "raw" functionality 2013-08-29 01:45:38 -07:00
third_party
tools sort generated functions 2013-08-28 15:30:00 -07:00
.gitignore
AUTHORS Update AUTHORS file 2013-08-28 14:04:37 -04:00
LICENSE
README.markdown
em++
em++.bat
em-config
em-config.bat
emar
emar.bat
emcc
emcc.bat
emcc.py
emconfigure
emconfigure.bat
emlibtool
emlibtool.bat
emlink.py
emmake
emmake.bat
emranlib
emranlib.bat
emscons
emscripten.py

README.markdown

logo

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, tutorial, FAQ, etc: https://github.com/kripken/emscripten/wiki

Main project page: http://emscripten.org

Emscripten is MIT licensed, see LICENSE.txt.