Emscripten: Lets start looking in switching perminately from python2

Created on 27 Dec 2016  路  2Comments  路  Source: emscripten-core/emscripten

Python 2 EOL is in 3 years time. What I am suggesting is to make the entire emcripten which is in python 2 in the following options:

  • Python 3 - Less porting need and lots of surport in the long run
  • Rewrite into another language that can be converted to asm.js or write in javascript - May not possible and needs a lot of work but gains the advantage of making javascript the only runtime depencies (only node js needs to be installed not python reducing install space
wontfix

Most helpful comment

Moving the python to JS (in second option) may be possible now. It wasn't a few years back, since we use python's multiprocessing options and node.js wasn't that powerful in that area. Might be a few more python API things we depend on, hopefully all now supported in node.js. If that's the case, then it sounds like a good idea, if we can find someone with time to do it.

All 2 comments

Moving the python to JS (in second option) may be possible now. It wasn't a few years back, since we use python's multiprocessing options and node.js wasn't that powerful in that area. Might be a few more python API things we depend on, hopefully all now supported in node.js. If that's the case, then it sounds like a good idea, if we can find someone with time to do it.

This issue has been automatically marked as stale because there has been no activity in the past 2 years. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant.

Was this page helpful?
0 / 5 - 0 ratings