Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 5038e9c979 LNOT 2014-09-22 18:08:06 -07:00
cmake/Modules tell cmake that there is no library for dlopen on emscripten (shuts up warnings "emcc: cannot find library "dl"" for projects that add CMAKE_DL_LIBS to the link line) 2014-09-04 10:09:58 +01:00
docs
media
site Merge pull request #2784 from hamishwillee/incoming 2014-09-12 11:41:53 -07:00
src EMTERPRETIFY option in emcc 2014-09-22 14:12:02 -07:00
system Merge pull request #2747 from Daft-Freak/sdl2_apis 2014-09-12 14:35:34 +03:00
tests benchmarking set up 2014-09-22 17:36:03 -07:00
third_party Bounds-checking for array attributes. 2014-08-18 16:21:42 -07:00
tools LNOT 2014-09-22 18:08:06 -07:00
.gitignore
AUTHORS Fix returning uninitialised memory to C code. flowinfo is a dead field that's unused, scope_id is actually useful but browsers have terrible support for link-local IPv6 addresses so we needn't support it now. 2014-09-04 10:26:15 +01: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 check for mem init file for emterpreter 2014-09-22 14:15:32 -07: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 Update to latest emrun. Update test for that. Fixes #2742. 2014-09-01 12:13:41 +03:00
emrun.bat
emscons
emscripten-version.txt Merge branch 'monotonicclock' of https://github.com/NWilson/emscripten into incoming 2014-09-12 13:20:06 -07:00
emscripten.py simplify staticbump generation 2014-09-16 15:36:36 -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.