From 5822645eb81298a63ccf491fc7a53230656c3472 Mon Sep 17 00:00:00 2001
From: Alex Crichton <alex@alexcrichton.com>
Date: Sun, 27 Aug 2017 08:37:15 -0700
Subject: [PATCH] Update emscripten to latest

---
 ci/emscripten.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/emscripten.sh b/ci/emscripten.sh
index d5d55e2f..d8025858 100644
--- a/ci/emscripten.sh
+++ b/ci/emscripten.sh
@@ -33,8 +33,8 @@ curl -L https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portabl
 
 cd /emsdk-portable
 ./emsdk update
-hide_output ./emsdk install sdk-1.37.14-64bit
-./emsdk activate sdk-1.37.14-64bit
+hide_output ./emsdk install sdk-1.37.20-64bit
+./emsdk activate sdk-1.37.20-64bit
 
 # Compile and cache libc
 source ./emsdk_env.sh
-- 
GitLab