[issue40280] Consider supporting emscripten/webassembly as a build target

2021-05-24 Thread Beuc
Change by Beuc : -- nosy: -Beuc ___ Python tracker <https://bugs.python.org/issue40280> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue41004] Hash collisions in IPv4Interface and IPv6Interface

2020-06-23 Thread Beuc
Change by Beuc : -- nosy: +Beuc ___ Python tracker <https://bugs.python.org/issue41004> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue40280] Consider supporting emscripten/webassembly as a build target

2020-05-22 Thread Beuc
Beuc added the comment: I've been maintaining a Python Emscripten build for the Ren'Py (game engine) web port: https://github.com/python-emscripten/python https://renpy.beuc.net/ I recently tackled Python3 with a minimal/embeddable approach and checking the other ports already pointed