Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
hamishwillee b478cb04f8 updates to the porting guidelines documents 2014-08-26 17:22:21 +10:00
cmake/Modules
docs
media
scons-tools
site updates to the porting guidelines documents 2014-08-26 17:22:21 +10:00
src Merge pull request #2651 from juj/raf_sdl_queue 2014-08-25 14:22:08 -07:00
system Fix bad signature of emscripten_set_socket_error_callback() in emscripten.h 2014-08-25 14:21:49 +03:00
tests deprecate old test modes s_x_x 2014-08-25 15:16:01 -07:00
third_party Bounds-checking for array attributes. 2014-08-18 16:21:42 -07:00
tools remove unnecessary curly braces around all one-line blocks, where possible 2014-08-25 11:24:22 -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 improve warning 2014-08-25 11:24:22 -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.23.0 2014-08-21 11:57:27 -07:00
emscripten.py remove old asmPrintInt and Float funcs 2014-08-22 13:09:34 -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.