Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
vpython
/
vpython-jupyter
Public
Notifications
You must be signed in to change notification settings
Fork
65
Star
164
Code
Issues
26
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Pyodide/wasm support: pure-Python wheel, worker transport, GlowScript host factory
- #291
#291
Draft
sspickle
wants to merge 16 commits into
master
vpython/vpython-jupyter:master
from
pyodide-packaging
vpython/vpython-jupyter:pyodide-packaging
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Draft
Pyodide/wasm support: pure-Python wheel, worker transport, GlowScript host factory
#291
sspickle
wants to merge 16 commits into
master
vpython/vpython-jupyter:master
from
pyodide-packaging
vpython/vpython-jupyter:pyodide-packaging
Copy head branch name to clipboard
Commits
Commits on Aug 15, 2026
build: allow a pure-Python wheel, and drop pkg_resources
Show description for 3c06704
sspickle
committed
3c06704
View commit details
Copy full SHA for 3c06704
Browse repository at this point
feat: a wasm/Web-Worker transport — the host supplies the pipe
Show description for b64d142
sspickle
committed
b64d142
View commit details
Copy full SHA for b64d142
Browse repository at this point
feat: host-agnostic browser front-end ported from glowcomm.js
Show description for ae16fc7
sspickle
and
claude
committed
ae16fc7
View commit details
Copy full SHA for ae16fc7
Browse repository at this point
fix: don't clobber glow's __context, and drop (not forward) synthesized events
Show description for 58c22ff
sspickle
and
claude
committed
58c22ff
View commit details
Copy full SHA for 58c22ff
Browse repository at this point
feat(worker): eager boot + async rate/sleep + loud deferrals for wasm hosts
Show description for 379672f
sspickle
and
claude
committed
379672f
View commit details
Copy full SHA for 379672f
Browse repository at this point
fix(worker): render cap, rate(0) parity, fixture isolation, stale comment
Show description for 3772014
sspickle
and
claude
committed
3772014
View commit details
Copy full SHA for 3772014
Browse repository at this point
feat(worker): port glowcomm's event capture — mouse, keys, camera
Show description for 502d6f8
sspickle
and
claude
committed
502d6f8
View commit details
Copy full SHA for 502d6f8
Browse repository at this point
fix(worker): tell the front-end when the clock stops; poll the canvas on every flush
Show description for 0a6ddbe
sspickle
and
claude
committed
0a6ddbe
View commit details
Copy full SHA for 0a6ddbe
Browse repository at this point
feat(worker): poll() — a pacing tick that stays quiet while rate() drives
Show description for 393c1d6
sspickle
and
claude
committed
393c1d6
View commit details
Copy full SHA for 393c1d6
Browse repository at this point
fix(worker): the loud-deferral list was five constructs short, and sleep flushed uncapped
Show description for 47875af
sspickle
and
claude
committed
47875af
View commit details
Copy full SHA for 47875af
Browse repository at this point
fix(worker): rate(N) slept a full period ON TOP of the student's loop body
Show description for ec6d59d
sspickle
and
claude
committed
ec6d59d
View commit details
Copy full SHA for ec6d59d
Browse repository at this point
fix(worker): the await is right, the reason given for it was wrong
Show description for 68eff8c
sspickle
and
claude
committed
68eff8c
View commit details
Copy full SHA for 68eff8c
Browse repository at this point
docs(worker): the mechanism was corrected everywhere EXCEPT the code it describes
Show description for 2504893
sspickle
and
claude
committed
2504893
View commit details
Copy full SHA for 2504893
Browse repository at this point
ci: build the pure-Python (py3-none-any) wheel as a pinned-artifact for wasm consumers
Show description for c8fd10a
sspickle
committed
c8fd10a
View commit details
Copy full SHA for c8fd10a
Browse repository at this point
ci: never publish pre-releases to PyPI
Show description for 77521bb
sspickle
committed
77521bb
View commit details
Copy full SHA for 77521bb
Browse repository at this point
ci: fix invalid if under on.release — the guard belongs on jobs only
sspickle
committed
6c357e6
View commit details
Copy full SHA for 6c357e6
Browse repository at this point
You can’t perform that action at this time.