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

Christian Heimes report at bugs.python.org
Sat Apr 2 15:31:14 EDT 2022


Christian Heimes <lists at cheimes.de> added the comment:

pmp-p wrote on GH-32253:
when using --enable-wasm-dynamic-linking i think --enable-shared should set -fPIC and -s SIDE_MODULE=1 for libpython.so

I have not tried --enable-shared with Emscripten yet. So far I have assumed that the result is a fat Python binary that can load additional shared libraries.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40280>
_______________________________________


More information about the Python-bugs-list mailing list