aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-09-21 18:08:18 -0500
committerAlon Zakai <alonzakai@gmail.com>2013-09-23 14:33:24 -0700
commit79b2ee72ba44f674a0c1f3546d2bf1576af7e9b0 (patch)
treeb430d59ebb1e9b7b35a5c7c9183992462e462731 /tools/shared.py
parentb1f12d5192a10800c4694d22ef0fcc62d4b7d2b4 (diff)
relooper input is ascii, emit it to the heap more efficiently with writeAsciiToMemory1.6.1
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index d605dee9..4e1a3ebf 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -304,7 +304,7 @@ def find_temp_directory():
# we re-check sanity when the settings are changed)
# We also re-check sanity and clear the cache when the version changes
-EMSCRIPTEN_VERSION = '1.6.0'
+EMSCRIPTEN_VERSION = '1.6.1'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT