Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 956f2d9967 update cashew 2014-12-07 14:08:12 -08:00
cmake/Modules added FindOpenGL 2014-11-01 03:21:34 -07:00
docs
media
site make note about mem init file appear; fixes #3032 2014-12-04 18:32:24 -08:00
src fix bug in closure messing up cwrap (my fault) 2014-12-06 09:38:12 +00:00
system Use simpler version of negate-compare-ss intrinsics. 2014-12-03 13:12:34 -08:00
tests Merge pull request #3052 from NWilson/ccall_fix 2014-12-06 14:56:26 -08:00
third_party Bounds-checking for array attributes. 2014-08-18 16:21:42 -07:00
tools update cashew 2014-12-07 14:08:12 -08:00
.gitignore Add vim temp files to .gitignore 2014-07-08 23:19:39 +07:00
AUTHORS add author 2014-11-19 00:52:15 +09:00
CONTRIBUTING.md fix contributing link 2014-09-25 16:27:50 -07:00
ChangeLog.markdown Updated ChangeLog to latest. 2014-11-28 15:44:11 +02:00
LICENSE
README.md
em++
em++.bat
em-config
em-config.bat
emar
emar.bat
emcc refactor emcc native/js optimizer interaction, and enable full native optimizer path 2014-12-06 12:09:42 -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 update to llvm 3.4 ; 1.27.1 2014-11-19 16:51:05 -08:00
emscripten.py Disable fromFloat32x4 and fromInt3x4 for now 2014-11-29 07:59:15 -08: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.