Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai e5de2cd5e5 initial porting of eliminator to native optimizer 2014-11-11 14:17:58 -08:00
cmake/Modules Restore CMAKE_FIND_ROOT_PATH_MODE_PROGRAM to NEVER, since it is useful to find_program() for external system utilities. 2014-09-17 21:48:51 +03:00
docs
media
site Merge pull request #2928 from waywardmonkeys/trace-extensions 2014-10-28 16:28:52 -07:00
src Merge pull request #2936 from aidanhs/aphs-fix-nodejs-no-args 2014-10-29 12:04:17 -07:00
system Merge pull request #2928 from waywardmonkeys/trace-extensions 2014-10-28 16:28:52 -07:00
tests unify decisions on whether to run natively, and take into account source maps, which native cannot do 2014-11-04 17:11:11 -08:00
third_party Bounds-checking for array attributes. 2014-08-18 16:21:42 -07:00
tools initial porting of eliminator to native optimizer 2014-11-11 14:17:58 -08:00
.gitignore Add vim temp files to .gitignore 2014-07-08 23:19:39 +07:00
AUTHORS Merge branch 'polyfill-glMapBufferRange' of https://github.com/dvander/emscripten into incoming 2014-10-06 16:07:04 -07:00
CONTRIBUTING.md fix contributing link 2014-09-25 16:27:50 -07:00
ChangeLog.markdown move Changlog to markdown 2014-10-06 21:23:37 -07:00
LICENSE
README.md
em++
em++.bat
em-config
em-config.bat
emar
emar.bat
emcc unify decisions on whether to run natively, and take into account source maps, which native cannot do 2014-11-04 17:11:11 -08:00
emcc.bat
emcc.py
emcmake Fix emcmake to work on Windows as well. 2014-07-10 13:35:06 +03:00
emcmake.bat
emconfigure
emconfigure.bat
emlink.py
emmake
emmake.bat
emranlib
emranlib.bat
emrun Add a help message if user system is missing PyWin32 when running emrun on Windows. 2014-10-21 19:16:53 +03:00
emrun.bat
emscons
emscripten-version.txt 1.26.0 2014-10-28 15:42:30 -07:00
emscripten.py Rename simd.jd to ecmascript_simd.js 2014-10-28 10:31:26 -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.