This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Roman Yurchak, Simon Biggs, barry, brett.cannon, christian.heimes, corona10, erlendaasland, ethan smith, mcepl, miss-islington, pmpp, rdb, xtreak
Date 2022-04-02.19:31:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648927874.16.0.035130104003.issue40280@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-04-02 19:31:14christian.heimessetrecipients: + christian.heimes, barry, brett.cannon, mcepl, pmpp, rdb, ethan smith, corona10, miss-islington, Roman Yurchak, xtreak, erlendaasland, Simon Biggs
2022-04-02 19:31:14christian.heimessetmessageid: <1648927874.16.0.035130104003.issue40280@roundup.psfhosted.org>
2022-04-02 19:31:14christian.heimeslinkissue40280 messages
2022-04-02 19:31:14christian.heimescreate