Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai cd0d4a00f6 forward document.URL to worker 2014-08-15 10:55:50 -07:00
cmake/Modules
docs
media
scons-tools
site [doc] Fix typo. 2014-08-15 08:53:58 +07:00
src forward document.URL to worker 2014-08-15 10:55:50 -07:00
system support coroutine 2014-08-12 14:17:47 -07:00
tests fix testcase 1 of #1714, proper handling of resumeException, and remove hack in __cxa_begin_catch 2014-08-14 12:55:05 -07:00
third_party
tools better warning when no java 2014-08-14 10:48:36 -07:00
.gitignore
AUTHORS Merge branch 'master' of https://github.com/socketpair/emscripten into incoming 2014-08-12 14:47:12 -07:00
CONTRIBUTING.md
ChangeLog Updated ChangeLog up to v1.22.1 2014-08-11 15:48:30 +03:00
LICENSE
README.md
em++
em++.bat
em-config
em-config.bat
emar
emar.bat
emcc save llvm debug info for source maps, even if js opts run 2014-08-14 11:27:51 -07:00
emcc.bat
emcc.py
emcmake
emcmake.bat
emconfigure
emconfigure.bat
emlink.py
emmake
emmake.bat
emranlib
emranlib.bat
emrun
emrun.bat
emscons
emscripten-version.txt 1.21.1 2014-08-07 14:37:49 -07:00
emscripten.py add fastcomp stack overflow checks and testing 2014-08-07 16:15:54 -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.