Emscripten 是 Mozilla 的开发人员 Alon Zakai 所开发的一个独特 LLVM 后端,可以将 LLVM 中间码编译成 JavaScript ,也可以将 C 和 C ++ 代码编译成 JavaScript ,大大简化了现有代码在 Web 时代的重用。 
Emscripten 1.37.21 更新内容:
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
软件详情:http://kripken.github.io/emscripten-site/docs/introducing_emscripten/release_notes.html
下载地址:https://github.com/kripken/emscripten/archive/1.37.22.zip
来自:开源中国社区
                  	
				
