Browse Source

updated emscripten version (#2500)

required for ES6
scottkunkel 6 years ago
parent
commit
313a2f452f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/compiling/compiling_for_web.rst

+ 1 - 1
development/compiling/compiling_for_web.rst

@@ -10,7 +10,7 @@ Requirements
 
 
 To compile export templates for the Web, the following is required:
 To compile export templates for the Web, the following is required:
 
 
--  `Emscripten 1.38.22+ <http://kripken.github.io/emscripten-site>`__: If the version available
+-  `Emscripten 1.38.27+ <http://kripken.github.io/emscripten-site>`__: If the version available
    per package manager is not recent enough, the best alternative is to install
    per package manager is not recent enough, the best alternative is to install
    using the `Emscripten SDK <http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html>`__
    using the `Emscripten SDK <http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html>`__
 -  `Python 2.7+ or Python 3.5+ <https://www.python.org/>`__
 -  `Python 2.7+ or Python 3.5+ <https://www.python.org/>`__