Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 4b1bb98dde rename syscall 2015-05-23 21:06:37 -07:00
cmake/Modules Override CMake CheckTypeSize. 2015-05-12 09:58:03 -04:00
docs Merge pull request #2151 from haneefmubarak/cleanup 2014-03-03 13:50:09 -08:00
media remove extraneous eps since we have svg 2014-03-06 15:39:23 -08:00
site Fix wrong parameter names in documentation 2015-05-16 22:25:09 +02:00
src rename syscall 2015-05-23 21:06:37 -07:00
system add our previous compat additions to musl src 2015-05-23 16:42:40 -07:00
tests update test_dynamic_cast_2 output to musl format 2015-05-23 20:51:25 -07:00
third_party Update closure compiler to v20150315 2015-04-09 12:58:52 +02:00
tools add libc-compat directory with sysctl.h, needed for libcxx 2015-05-23 16:23:03 -07:00
.gitignore Add new option for file_packager.py to store metadata externally. 2015-05-08 09:29:42 +08:00
AUTHORS Merge branch 'master' of https://github.com/nadult/emscripten into incoming 2015-05-13 17:10:18 -07:00
CONTRIBUTING.md fix contributing link 2014-09-25 16:27:50 -07:00
ChangeLog.markdown update Changelog 2015-05-15 17:59:04 -07:00
LICENSE update year to 2014 2014-02-22 12:12:34 -08:00
README.md Merge branch 'patch-1' of github.com:dandv/emscripten into incoming 2014-03-24 14:06:49 -07:00
em++ do not use an env var to communicate c++ mode 2015-01-01 19:48:54 -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 add a hash to .a objects, to allow duplicates to work #2142 2015-05-22 12:57:29 -07: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
embuilder.py add libpng to ports (with tests) 2015-05-12 17:45:35 +02:00
emcc don't link system libs during struct info bootstrapping 2015-05-22 19:45:45 -07: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
emcmake Add support for CMAKE_CROSSCOMPILING_EMULATOR. 2015-05-12 09:57:57 -04:00
emcmake.bat Redirect emcmake calls to emconfigure. 2014-02-14 15:24:19 +01:00
emconfigure make emmake/emconfigure notifications less scary 2015-02-08 21:27:58 -08: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 make emmake/emconfigure notifications less scary 2015-02-08 21:27:58 -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 Upgrade emrun to latest: e698275433 2015-03-17 10:45:45 +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 1.32.4 2015-05-15 17:32:36 -07:00
emscripten.py strengthen relocation assert 2015-05-07 22:28:59 -07: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.