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
// Single source of truth for the Pyodide version the demo runs against.
//
// To move to a new Pyodide release: bump PYODIDE_VERSION here, re-run `npm run regen:traces` to refresh the cached demo traces, and reload the demo.
// The browser demo loads Pyodide live from the matching CDN build; the Node regen script uses the `pyodide` devDependency in package.json (keep its version in sync with this).