Hi everyone, new packages for emsdk version 1.25.0 have just gone live. This is the largest SDK update so far, with 545 new commits to Emscripten. Big thanks to all contributors who have been working on improving the compiler. To see a summary of developer-facing changes that went in, read the full list of changes at
https://github.com/kripken/emscripten/blob/incoming/ChangeLog If you already have emsdk 1.22.0 or older installed, you can automatically update to the latest version by running the usual steps: emsdk update emsdk install latest emsdk activate latest If you are using one of the sdk packages that directly pull the git branches (sdk-master-64bit or sdk-incoming-64bit), you can refresh your installation to the latest version by (re-)running emsdk update emsdk install sdk-master-64bit emsdk activate sdk-master-64bit (or replace 'master' with 'incoming' if using that branch instead). This will fetch the latest branch and incrementally rebuild the compiler to it. One thing to note is that if your Windows system already has git installed and set up in PATH, then emsdk is now able to reuse that without needing to install a portable git package. In this case, you can safely uninstall the existing portable git package that an earlier emsdk version might have installed for you, just run "emsdk uninstall git-1.8.3" if you don't need it. If you want to do a fresh install, downloads are available here: Windows: https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-1.25 .0-web-64bit.exe https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-1.25 .0-full-64bit.exe https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-1.25 .0-portable-64bit.zip Linux and OSX: https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portable.tar.gz In the unlikely event of hitting a bug, visit: - Emscripten: https://github.com/kripken/emscripten/issues - Emsdk installer: https://github.com/juj/emsdk/issues May all your code emscriptify with ease, Jukka -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
