Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 16284ba7d3 log times in EMCC_DEBUG=1 js opts phases 2015-09-02 15:16:33 -07:00
cmake/Modules
docs
media
site
src Clean up GL.stringiCache[name] access to its own variable in glGetStringi. 2015-09-02 16:51:55 +03:00
system
tests handle shell cleanup properly in EMCC_DEBUG=2 2015-09-02 14:48:38 -07:00
third_party
tools
.gitignore
AUTHORS
CONTRIBUTING.md
ChangeLog.markdown
LICENSE
README.md
em++
em++.bat
em-config
em-config.bat
emar
emar.bat
embuilder.py
emcc log times in EMCC_DEBUG=1 js opts phases 2015-09-02 15:16:33 -07:00
emcc.bat
emcc.py
emcmake
emcmake.bat
emconfigure
emconfigure.bat
emlink.py
emmake
emmake.bat
emranlib
emranlib.bat
emrun Set MOZ_DISABLE_AUTO_SAFE_MODE=1 when doing emrun browser runs (https://bugzilla.mozilla.org/show_bug.cgi?id=745154). 2015-09-02 00:27:47 +03:00
emrun.bat
emscons
emscripten-version.txt
emscripten.py receive arity info for each asm const from the backend; fixes #3730 2015-09-01 15:39:50 -07:00
package.json

README.md

emscripten logo

Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated from C/C++, using llvm-gcc (DragonEgg) 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

License

Emscripten is available under 2 licenses, the MIT license and the University of Illinois/NCSA Open Source License.

Both are permissive open source licenses, with little if any practical difference between them.

The reason for offering both is that (1) the MIT license is well-known, while (2) the University of Illinois/NCSA Open Source License allows Emscripten's code to be integrated upstream into LLVM, which uses that license, should the opportunity arise.

See LICENSE for the full content of the licenses.