-
-
Notifications
You must be signed in to change notification settings - Fork 858
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
Emscripten support #3330
base: master
Are you sure you want to change the base?
Emscripten support #3330
Conversation
This is really interesting, thanks... I've taken a bit of a look at the ecosystem here, tho am going to need a bit more orientation... Would it make sense to document an example of how to write an HTML page that includes a Python REPL with httpx imported and available? |
Thanks again for your work here @joemarshall.
|
@tomchristie I put in the PR that makes import ssl optional now (#3385 ) I updated this PR so it follows on from that PR. How this PR works now is it moves |
@tomchristie I updated this to follow the changes in master - I think #3385 is redundant now, as the ssl changes are minimal at this point. |
Summary
I added a discussion for this ages back but there's been no input, so I've written it (because I was contracted to do the work anyway, so I might as well contribute it upstream). This PR adds support for running in emscripten / webassembly platforms, where all network connections go via the browser.
Currently in progress, but tests okay locally, so I've opened this to check the CI changes, I've got to update docs also.
Checklist