Alon Zakai is announcing that Emscripten with version number 1.34.1 is already available to download.
What is Emscripten ?
Emscripten is A fully-working LLVM-to-JavaScript compiler that has revolutionized JavaScript development by allowing C and C++ projects to be ported to the browser .
Emscripten works by transforming LLVM bitcode into JavaScript syntax and allowing developers to run it either in a client-side (browsers) and/or server-side (Node.js) environment.Emscripten is widely considered the best tool to convert C/C++ applications into Web-compatible technology and many projects have already been built on it.Some of the most famous projects on which Emscripten was used include Unreal Engine 3 and 4 (game engine), Quake 3 (game), Dune II (game), Doom (game), Bullet (physics engine), SQLite (database), eSpeak (text-to-speech), and many other more.Since the project has seen such wide-spread adoption, there are plenty of tutorials and documentation available to get any developer started.
This is changelog for Emscripten version 1.34.1 :
- eSpeak text-to-speech demo.
- Filesystem emulation API.
- Parse metadata type info for easier interaction with LLVM structures.
- Bindings generator improvements.
You can read the complete changelog and also download this latest version on their homepage:
emscripten.org