Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai d4ea1ef2b2 Merge pull request #3384 from waywardmonkeys/excise-the-imprecise
Remove PRECISE_I32_MUL option.
2015-04-22 17:00:13 -07:00
cmake/Modules
docs
media
site Fix OSError when running get_wiki.py script 2015-04-22 22:51:31 +02:00
src Merge pull request #3384 from waywardmonkeys/excise-the-imprecise 2015-04-22 17:00:13 -07:00
system Remove deprecated GC emulation. 2015-04-12 23:32:19 +07:00
tests Merge pull request #3384 from waywardmonkeys/excise-the-imprecise 2015-04-22 17:00:13 -07:00
third_party Update closure compiler to v20150315 2015-04-09 12:58:52 +02:00
tools Add profiling drilldown for registerizeHarder 2015-04-22 14:17:34 +01:00
.gitignore Remove the relooper source code. 2015-04-15 07:15:00 +07:00
AUTHORS Merge branch 'feature/issue-3379' of https://github.com/fabiosantoscode/emscripten into incoming 2015-04-22 10:43:34 -07:00
CONTRIBUTING.md
ChangeLog.markdown Adjust links from wiki to github pages. 2015-04-08 22:09:02 +02:00
LICENSE
README.md
em++
em++.bat
em-config
em-config.bat
emar
emar.bat
embuilder.py update embuilder and tests for new libcxx building approach 2015-04-08 10:56:25 -07:00
emcc .i is a C suffix #3365 2015-04-21 16:46:42 -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.31.3 2015-04-21 16:42:41 -07:00
emscripten.py properly fix EMULATE_FUNCTION_POINTER_CASTS + EMULATED_FUNCTION_POINTERS 2015-04-21 13:31:11 -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.