Menu
Sites
Language
Emscripten

 

Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode (which can be generated from C/C++ using Clang, or any other language that can be converted into LLVM bitcode) and compiles that into JavaScript, which can be run on the web.

Using Emscripten, you can

  • Compile C and C++ code into JavaScript;
  • Run code in languages like Python as well, by compiling CPython from C to JavaScript and interpreting code in that on the web.

 

https://github.com/kripken/emscripten/wiki

Edited on 18 03, 2014

Responses

7 Replies
Pushpa G
Thanks for sharing the information:)
Robert Horne

Useful information.

Benth Janes

What a helpful post! I receive a lot of important information from you. Thank you so much

 

 hote

I found it quite meaningful and shared it with a few friends and thanks for all.

Katherine Hawkins

Woww, run code in languages like Python!! Really??

Jonathan Kathleen Garcia

I'm and it's helpful for me to code.

Bekean Pinky

Emscripten allows developers to take existing C or C++ codebases and compile them into JavaScript, along with HTML and other web infinite craft technologies. This enables running high-performance native code in the browser, opening up possibilities for porting existing applications, libraries, or even game engines to the web.