componentize-py icon indicating copy to clipboard operation
componentize-py copied to clipboard

feature: add zlib to cpython build

Open chrisdickinson opened this issue 1 year ago • 1 comments

Some packages (in particular, aiohttp) require CPython to be built with zlib enabled. I believe this is known work but I wanted to create a tracking issue here for it. (I took a stab at this via building in wasi-wheels but bounced off the problem 😅)

chrisdickinson avatar Jan 31 '24 21:01 chrisdickinson

For inspiration, I believe that the Python builds from https://github.com/singlestore-labs/python-wasi and https://github.com/vmware-labs/webassembly-language-runtimes have zlib support.

kyleconroy avatar Apr 01 '24 20:04 kyleconroy