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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.3k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-136251: Improvements to WASM demo REPL
- #136252
#136252
Merged
ambv
merged 23 commits into
python:main
python/cpython:main
from
adqm:wasm_repl
adqm/cpython:wasm_repl
Copy head branch name to clipboard
Jul 21, 2025
Conversation
Commits
23
(23)
Checks
Files changed
Merged
gh-136251: Improvements to WASM demo REPL
#136252
ambv
merged 23 commits into
python:main
python/cpython:main
from
adqm:wasm_repl
adqm/cpython:wasm_repl
Copy head branch name to clipboard
Commits
Commits on Jul 2, 2025
EMSCRIPTEN BUILD: export HEAPU32 from emscripten build so that python.worker.mjs can use it
adqm
committed
af4aa0d
View commit details
Copy full SHA for af4aa0d
Browse repository at this point
WASM REPL: fix loading xterm.js (broken in 2f1cee8477)
adqm
committed
394815e
View commit details
Copy full SHA for 394815e
Browse repository at this point
WASM REPL: basic navigation in REPL (arrow keys, home/end, etc)
adqm
committed
aab9ccc
View commit details
Copy full SHA for aab9ccc
Browse repository at this point
WASM REPL: reset the python worker after a program exits so that we can run again.
adqm
committed
bd52abe
View commit details
Copy full SHA for bd52abe
Browse repository at this point
WASM REPL: handle a few more special keys (tab, ctrl+c)
adqm
committed
77cc952
View commit details
Copy full SHA for 77cc952
Browse repository at this point
WASM REPL: use ace editor instead of a plain textbox for code snippet
adqm
committed
4cfa3f1
View commit details
Copy full SHA for 4cfa3f1
Browse repository at this point
Commits on Jul 3, 2025
WASM REPL: some organization, refactoring, fixes for history
adqm
committed
b688663
View commit details
Copy full SHA for b688663
Browse repository at this point
WASM REPL: put demo at index.html and change text of the 'Run Code' button
adqm
committed
43a47dc
View commit details
Copy full SHA for 43a47dc
Browse repository at this point
WASM REPL: update README.md to account for demo location moving
adqm
committed
6d5f698
View commit details
Copy full SHA for 6d5f698
Browse repository at this point
WASM REPL: add HEAPU32 to exports in configure.ac
adqm
committed
16cfea2
View commit details
Copy full SHA for 16cfea2
Browse repository at this point
WASM REPL: fix for ACE setup in Chromium
adqm
committed
faf2ba4
View commit details
Copy full SHA for faf2ba4
Browse repository at this point
WASM REPL: run prettier on index.html
adqm
committed
70d4a17
View commit details
Copy full SHA for 70d4a17
Browse repository at this point
WASM REPL: lower-case 'code' on 'Run code' button
adqm
committed
ce5ebca
View commit details
Copy full SHA for ce5ebca
Browse repository at this point
Commits on Jul 5, 2025
WASM REPL: remove trailing slashes from void tags in index.html
adqm
committed
66cf49d
View commit details
Copy full SHA for 66cf49d
Browse repository at this point
add short news blurb
adqm
committed
8fe92d6
View commit details
Copy full SHA for 8fe92d6
Browse repository at this point
Commits on Jul 16, 2025
change text of news blurb
adqm
committed
25fd7fc
View commit details
Copy full SHA for 25fd7fc
Browse repository at this point
WASM REPL: better implementation of ctrl+c behavior
adqm
committed
9a26d70
View commit details
Copy full SHA for 9a26d70
Browse repository at this point
WASM REPL: show error message when SharedArrayBuffer is not available
adqm
committed
c477e30
View commit details
Copy full SHA for c477e30
Browse repository at this point
WASM REPL: maintain history during browsing session
adqm
committed
4dcc6fb
View commit details
Copy full SHA for 4dcc6fb
Browse repository at this point
Commits on Jul 17, 2025
WASM REPL: make the magic ctrl+c string vary with each run
adqm
committed
e06a7b2
View commit details
Copy full SHA for e06a7b2
Browse repository at this point
Commits on Jul 21, 2025
Merge branch 'main' into wasm_repl
hoodmane
committed
3e76313
View commit details
Copy full SHA for 3e76313
Browse repository at this point
Fix emscripten in browser
hoodmane
committed
26ddd07
View commit details
Copy full SHA for 26ddd07
Browse repository at this point
Merge branch 'main' into wasm_repl
hoodmane
committed
7d33525
View commit details
Copy full SHA for 7d33525
Browse repository at this point
You can’t perform that action at this time.