Emscripten icon
Emscripten icon

Emscripten

 9 likes

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 (or anywhere else JavaScript can run).

Bananabread - example of program which is written in C++ and OpenGL, and compiles it using Emscripten into JavaScript and WebGL

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • Mac
  • Windows
  • Linux
  No rating
9likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • cpp-to-javascript
  • c-to-javascript
  • python-to-javascript
  • desktop-to-web
  • llvm-to-javascript
  • llvm
  • transcompiler
  • cpp-to-web

Emscripten News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

No activities found.

Emscripten information

  • Developed by

    US flagAlon Zakai
  • Licensing

    Open Source and Free product.
  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

Our users have written 0 comments and reviews about Emscripten, and it has gotten 9 likes

Emscripten was added to AlternativeTo by piotrex on Feb 21, 2013 and this page was last updated Nov 27, 2014.
No comments or reviews, maybe you want to be first?
Post comment/review

What is 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 (or anywhere else JavaScript can run).

Using Emscripten, you can

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