You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: