Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 20d5ffb592 add docs and testing for mem init file being async 2014-03-06 11:42:43 -08:00
cmake Change compile options for MinSizeRel 2014-02-19 01:17:17 -08:00
docs Merge pull request #2151 from haneefmubarak/cleanup 2014-03-03 13:50:09 -08:00
media moved pictures to 'media' 2014-02-22 18:53:05 -08:00
scons-tools Introduce the asmjs-unknown-emscripten target triple. 2014-02-25 11:58:52 -08:00
src show logging about preload/pre-main time even without a main 2014-03-06 11:42:43 -08:00
system emscripten_debugger() 2014-03-05 13:30:14 -08:00
tests add docs and testing for mem init file being async 2014-03-06 11:42:43 -08:00
third_party Fix test browser.test_sdl_image_compressed on Windows when the system does not have Cygwin make, but does have MinGW32 make. 2013-11-17 22:06:01 +02:00
tools enable errors on implicit functions by default; fixes #2175 2014-03-03 15:38:42 -08:00
.gitignore [thirdparty/lzma.js]: Fixed doit.sh so that it compiles on Windows using MingW's GCC & Bash ; 2013-11-06 18:47:26 +08:00
AUTHORS Merge branch 'allow_multiple_worker_responses' of github.com:virusdave/emscripten into incoming 2014-03-03 14:10:55 -08:00
CONTRIBUTING.md rewrote READMEs and other markdown docs 2014-02-22 19:07:35 -08:00
ChangeLog Bring ChangeLog up to date to latest tags. 2014-02-27 20:35:03 +02:00
LICENSE update year to 2014 2014-02-22 12:12:34 -08:00
README.md rewrote READMEs and other markdown docs 2014-02-22 19:07:35 -08:00
em++ Revert "**all: hard tabs, trailing newlines**" 2014-02-28 19:24:29 -08:00
em++.bat Fix python spawn scripts on Windows when the emscripten path contains spaces, like C:\Program Files\emscripten. 2013-08-23 16:05:53 +03:00
em-config Revert "**all: hard tabs, trailing newlines**" 2014-02-28 19:24:29 -08:00
em-config.bat Fix python spawn scripts on Windows when the emscripten path contains spaces, like C:\Program Files\emscripten. 2013-08-23 16:05:53 +03:00
emar Revert "**all: hard tabs, trailing newlines**" 2014-02-28 19:24:29 -08:00
emar.bat Fix python spawn scripts on Windows when the emscripten path contains spaces, like C:\Program Files\emscripten. 2013-08-23 16:05:53 +03:00
emcc add docs and testing for mem init file being async 2014-03-06 11:42:43 -08:00
emcc.bat Fix python spawn scripts on Windows when the emscripten path contains spaces, like C:\Program Files\emscripten. 2013-08-23 16:05:53 +03:00
emcc.py Revert "**all: hard tabs, trailing newlines**" 2014-02-28 19:24:29 -08:00
emconfigure Change to fit in with Alon's coding style. 2013-04-25 17:55:08 +02:00
emconfigure.bat Fix python spawn scripts on Windows when the emscripten path contains spaces, like C:\Program Files\emscripten. 2013-08-23 16:05:53 +03:00
emlink.py make emlink.py executable 2014-01-29 18:18:14 -08:00
emmake Revert "**all: hard tabs, trailing newlines**" 2014-02-28 19:24:29 -08:00
emmake.bat Fix python spawn scripts on Windows when the emscripten path contains spaces, like C:\Program Files\emscripten. 2013-08-23 16:05:53 +03:00
emranlib Revert "**all: hard tabs, trailing newlines**" 2014-02-28 19:24:29 -08:00
emranlib.bat Fix python spawn scripts on Windows when the emscripten path contains spaces, like C:\Program Files\emscripten. 2013-08-23 16:05:53 +03:00
emrun Linux fixes to emrun. Don't fail if glxinfo is not installed, and look for Chrome in 'google-chrome' executable name as well. Don't fail if browser is not found. 2014-01-03 21:04:29 +02:00
emrun.bat Added emrun utility that allows running .html files in a browser like they were normal executables. For more information, see https://groups.google.com/forum/#!topic/emscripten-discuss/t2juu3q1H8E . 2013-12-14 01:19:22 +02:00
emscons Revert "**all: hard tabs, trailing newlines**" 2014-02-28 19:24:29 -08:00
emscripten-version.txt release 1.13.0 2014-03-03 13:39:50 -08:00
emscripten.py disable asm validation when backend tells us 2014-03-05 17:58:52 -08:00
package.json update package.json 2014-03-03 13:58:28 -08:00

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.