Emscripten: An LLVM-to-JavaScript Compiler
Перейти к файлу
juj adfbc377e5 Merge pull request #2056 from jamesu/openal_t2d_fixes
Openal t2d fixes
2014-01-26 01:45:41 -08:00
cmake
docs
patches
scons-tools
src Merge pull request #2056 from jamesu/openal_t2d_fixes 2014-01-26 01:45:41 -08:00
system make emscripten_get_now work in native builds, because what is otherwise a convenient way to just get timing info in ms using a simple libc call? 2014-01-25 17:01:50 -08:00
tests improve sqlite benchmarking 2014-01-25 17:01:50 -08:00
third_party
tools do more parallel work in js optimizer 2014-01-25 17:06:34 -08:00
.gitignore
AUTHORS Add myself to AUTHORS 2014-01-24 23:03:02 +00:00
CONTRIBUTING.markdown
ChangeLog It's 2014 2014-01-16 20:38:58 +01:00
LICENSE
README.markdown
em++
em++.bat
em-config
em-config.bat
emar
emar.bat
emcc do not registerizeHarder when outlining 2014-01-21 19:20:54 -08:00
emcc.bat
emcc.py
emconfigure
emconfigure.bat
emlink.py
emmake
emmake.bat
emranlib
emranlib.bat
emrun
emrun.bat
emscons
emscripten.py remove stale comment 2014-01-17 15:35:51 -08:00
package.json

README.markdown

logo

Emscripten

Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated from C/C++, using llvm-gcc 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

Emscripten is MIT licensed, see LICENSE.txt.