From f9495dbe07ddf708df48df8eefb9c3d6815b1032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Tue, 4 Mar 2014 22:40:59 +0200 Subject: [PATCH] Add download links to 1.13.0. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0515d55..62bd84d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,18 @@ Mac OS X: Linux: * See the instructions section below. +### Emscripten Clang Backend Prerelease + +As a prerelease version, you can also download the emsdk-1.13.0 package, which is the first release to migrate Emscripten to a new Clang backend. Note that this version might still be a bit rough on the edges. + +Windows: +* Web Installer: [emsdk-1.13.0-web-64bit.exe](https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-1.13.0-web-64bit.exe) +* Offline Installer: [emsdk-1.13.0-full-64bit.exe](https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-1.13.0-full-64bit.exe) +* Portable zip: [emsdk-1.13.0-portable-64bit.zip](https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-1.13.0-portable-64bit.zip) + +Mac OS X: +* Download the emsdk-portable.tar.gz above, unzip it, and execute `./emsdk update` followed by `./emsdk install sdk-1.13.0-64bit` to get the new backend version. + ## Installation Instructions Check one of the topics below for what to do with the package you just downloaded.