• Uncategorized

Emscripten 1.37.22 released, LLVM to JavaScript compiler

Emscripten is Mozilla’s developer Alon Zakai developed a unique LLVM backend, you can compile the LLVM intermediate code into JavaScript, you can also compile the C and C ++ code into JavaScript, greatly simplifying the existing code in the Web era of reuse.

Emscripten 1.37.21 update:

  • Updated to libc ++ ‘s “v2” ABI, which provides better alignment for string data and other improvements. This is an ABI-incompatible change, so bitcode files from previous versions will not be compatible

More details

Download