-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] zlib support required by widely used python modules #96
Comments
I believe @brettcannon is planning to add Regarding |
Correct, it's planned: https://opensource.snarky.ca/Python/WASI#Plans . |
@brettcannon @dicej do you have any ETA/objective for this fix? |
@c-x No ETA from me. The objective is to get zlib statically compiled into the binary I build for CPython via https://github.com/python/cpython/blob/main/Tools/wasm/wasi.py . |
Hi!
Apparently cpython was compiled without
zlib
support, which is required by the requests library (probably the most used/famous http library in python).Issue probably linked to #64
The text was updated successfully, but these errors were encountered: