Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 426b7299e3 still support -Wno-warn-absolute-paths #3833 2015-10-26 10:38:46 -07:00
cmake/Modules Treat js-libraries as libraries in cmake 2015-10-21 18:25:09 +02:00
docs
media
site improve Debugging docs 2015-10-21 14:04:23 -07:00
src Merge pull request #3864 from Kagami/fix-nodefs-cloexec 2015-10-21 16:16:22 +03:00
system fix out of memory abort message 2015-10-14 15:16:12 -07:00
tests still support -Wno-warn-absolute-paths #3833 2015-10-26 10:38:46 -07:00
third_party remove temporary debug code for test_wasm_polyfill_prototype 2015-10-11 19:20:29 -07:00
tools receive emscripten llvm and clang build versions, and verify them 2015-10-21 13:55:50 -07:00
.gitignore
AUTHORS Update AUTHORS 2015-10-21 10:21:14 +09:00
CONTRIBUTING.md
ChangeLog.markdown Update ChangeLog.markdown to 1.34.12. 2015-10-15 20:50:30 +03:00
LICENSE
README.md
em++
em++.bat
em-config
em-config.bat
emar
emar.bat
embuilder.py Merge branch 'sdl2_ttf_port' of https://github.com/TheKK/emscripten into incoming 2015-09-30 14:02:10 -07:00
emcc still support -Wno-warn-absolute-paths #3833 2015-10-26 10:38:46 -07:00
emcc.bat
emcc.py
emcmake Fix discrepancy in emcmake vs emconfigure scripts that CMAKE_CROSSCOMPILING_EMULATOR was was set only if emcmake was called, and not when emconfigure was used. The intention is that emcmake is just an alias to emconfigure. 2015-09-15 13:33:39 +03:00
emcmake.bat
emconfigure Fix discrepancy in emcmake vs emconfigure scripts that CMAKE_CROSSCOMPILING_EMULATOR was was set only if emcmake was called, and not when emconfigure was used. The intention is that emcmake is just an alias to emconfigure. 2015-09-15 13:33:39 +03:00
emconfigure.bat
emlink.py
emmake
emmake.bat
emranlib
emranlib.bat
emrun
emrun.bat
emscons
emscripten-version.txt receive emscripten llvm and clang build versions, and verify them 2015-10-21 13:55:50 -07:00
emscripten.py Merge branch 'incoming' into split_memory 2015-09-24 15:37:08 -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.