安装emscripten需要什么版本的python?
What version of python is need to install emscripten?
在 emscripten 文档中,
You need Python 2.7.12 or newer because older versions may not work due to a GitHub change with SSL).
Python3已经支持了?
是的,支持:
https://github.com/emscripten-core/emscripten/pull/5967
This PR:
- introduces
EMSCRIPTEN_ALLOW_NEWER_PYTHON
to allow Python 3
在 emscripten 文档中,
You need Python 2.7.12 or newer because older versions may not work due to a GitHub change with SSL).
Python3已经支持了?
是的,支持:
https://github.com/emscripten-core/emscripten/pull/5967
This PR:
- introduces
EMSCRIPTEN_ALLOW_NEWER_PYTHON
to allow Python 3