Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
Alon Zakai 0edb0a904a refactor test_fs_lz4fs_package 2015-09-06 19:24:30 -07:00
cmake/Modules Advertise CMAKE_SYSTEM_PROCESSOR=x86 when building with CMake (as opposed to CMAKE_SYSTEM_PROCESSOR=x86_64 for 64-bit platform). Helps with OpenCV CMake build detection. 2015-08-16 21:01:41 +03:00
docs
media
site document .a issues 2015-09-03 13:21:10 -07:00
src handle uncompressible data in lz4 2015-09-06 17:06:32 -07:00
system Fix build error "first two arguments to __builtin_shufflevector must be vectors" when passing struct/union types to _mm_shuffle_ps() and expecting an implicit cast to be taken. Add a test. 2015-09-03 16:29:49 +03:00
tests refactor test_fs_lz4fs_package 2015-09-06 19:24:30 -07:00
third_party Add node externs for Closure 2015-07-22 00:00:55 +03:00
tools use metadata to finish loading preloaded files 2015-09-06 15:29:34 -07:00
.gitignore
AUTHORS Merge branch 'update-webvr-spec' of https://github.com/line0/emscripten into incoming 2015-08-04 10:34:31 -07:00
CONTRIBUTING.md
ChangeLog.markdown 1.34.3 2015-07-15 17:23:03 -07:00
LICENSE
README.md
em++
em++.bat
em-config
em-config.bat
emar Remove unnecessary relpath in emar. Fixes #3525. 2015-06-10 11:38:17 +03:00
emar.bat
embuilder.py add freetype 2.6 to ports 2015-08-14 22:26:28 +02:00
emcc log times in EMCC_DEBUG=1 js opts phases 2015-09-02 15:16:33 -07:00
emcc.bat
emcc.py
emcmake
emcmake.bat
emconfigure
emconfigure.bat
emlink.py
emmake
emmake.bat
emranlib
emranlib.bat
emrun Set MOZ_DISABLE_AUTO_SAFE_MODE=1 when doing emrun browser runs (https://bugzilla.mozilla.org/show_bug.cgi?id=745154). 2015-09-02 00:27:47 +03:00
emrun.bat
emscons
emscripten-version.txt 1.34.7 2015-09-05 10:12:53 -07:00
emscripten.py receive arity info for each asm const from the backend; fixes #3730 2015-09-01 15:39:50 -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.