diff options
author | Xuejie "Rafael" Xiao <xxuejie@gmail.com> | 2013-03-06 23:58:29 -0500 |
---|---|---|
committer | Xuejie "Rafael" Xiao <xxuejie@gmail.com> | 2013-03-06 23:59:11 -0500 |
commit | d4c9620fb57f1f18d75149b5108aaf127a6fd9ab (patch) | |
tree | 667429eed20e6ee1df2335b3d35a033380382da5 /tools/shared.py | |
parent | 5cb03faced4a10da93f78f674f643b6862855390 (diff) |
Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc side, this can fix double precision bug in original strtod implementation.1.2.9
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index 6434fb06..e60800a5 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -181,7 +181,7 @@ def check_node_version(): # 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.2.8' +EMSCRIPTEN_VERSION = '1.2.9' def check_sanity(force=False): try: |