emscripten/README.markdown

15 строки
560 B
Markdown
Исходник Обычный вид История

2011-02-13 06:36:37 +03:00
2013-01-17 08:21:28 +04:00
![logo](http://dl.dropbox.com/u/80664946/emscripten_logo.jpg)
2011-02-13 06:36:37 +03:00
Emscripten
==========
2010-08-26 07:38:48 +04:00
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).
2011-12-19 23:37:51 +04:00
Links to **demos**, **tutorial**, **FAQ**, etc: <https://github.com/kripken/emscripten/wiki>
2010-08-26 07:38:48 +04:00
2011-04-11 01:54:23 +04:00
Main project page: <http://emscripten.org>
Emscripten is MIT licensed, see LICENSE.txt.
2010-08-26 07:38:48 +04:00