How To Install Emranlib On Debian, Ubuntu, Arch, Raspbian And MacOS?

How To Install Emranlib On Debian, Ubuntu, Arch, Raspbian And MacOS?

emranlib

LLVM-to-JavaScript Compiler

Install emranlib

  • Debian apt-get install emscripten Click to copy
  • Ubuntu apt-get install emscripten Click to copy
  • Arch Linux pacman -S emscripten Click to copy
  • Raspbian apt-get install emscripten Click to copy
  • macOS brew install emscripten Click to copy

emscripten

LLVM-to-JavaScript Compiler

Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode, also called LLVM IR (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

Install the latest version of emranlib in Debian, Ubuntu, Arch, Raspbian and macOS from terminal. To install the emranlib just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of emranlib from the respository and install it in your computer/server.