Update "How it works" diagram with details of Android, iOS, and Pyodide builds - #2816
Merged
henryiii merged 7 commits intoApr 10, 2026
Merged
Conversation
agriyakhetarpal
requested review from
freakboy3742,
henryiii,
hoodmane,
joerick,
mayeut,
mhsmith and
ryanking13
April 8, 2026 17:25
mhsmith
reviewed
Apr 8, 2026
mhsmith
approved these changes
Apr 8, 2026
freakboy3742
approved these changes
Apr 8, 2026
freakboy3742
left a comment
Contributor
There was a problem hiding this comment.
iOS changes look good to me.
FTR: iOS and Android wheels are both accepted as uploads to PyPI as of a year ago. The last barrier for Emscripten was cleared yesterday with the acceptance of PEP 783.
Member
Author
|
Yes, I was a bit too terse – I only meant Emscripten with "are going to" :) Thanks for the reviews! |
Member
Author
|
Looks like the PNG generation part is left, for which I'm happy to wait for @joerick's suggestion(s). |
joerick
approved these changes
Apr 10, 2026
joerick
left a comment
Contributor
There was a problem hiding this comment.
Thank you for updating this @agriyakhetarpal ! There are lots of nice details here :)
I updated the script used to generate the PNG, it had bitrotted a little. For future reference, to update it's now nox -s update_how_it_works_image
henryiii
reviewed
Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since all of these platforms are (or are going to) be supported on PyPI now, and have had PEPs to somewhat move their nature to a non-experimental one, this PR makes them more prominently highlighted using the "How it works diagram".
I used the "Capture node screenshot" button in my browser's developer tools for the diagram's wrapper div to get the
how-it-works.pngimage, but LMK if there is a better way to generate a higher-quality image.