Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
py2wasm currently uses WASI which does not have sockets enabled and that causes requests fail. We should move py2wasm to use WASIX instead and that should solve the issue.
Describe the bug
The most basic Python +
requests
program errors.requirements.txt
wasmer version