bytecodealliance / componentize-py

Apache License 2.0
130 stars 13 forks source link

feature: add zlib to cpython build #64

Open chrisdickinson opened 5 months ago

chrisdickinson commented 5 months ago

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 😅)

kyleconroy commented 3 months ago

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.