2 stories tagged with #pyodide, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.
⌘ RSS feed for this tag → or search "Pyodide"
RELATED TAGS
SIMON WILLISON'S WEBLOG
Running Python code in a sandbox with MicroPython and WASM
I've been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels like it might finally have all of the characterist…
SIMON WILLISON
Running Python ASGI apps in the browser via Pyodide + a service worker
By running Python ASGI web applications entirely in the browser using Pyodide and a dedicated service worker, this project intercepts all same-origin requests under `/app/` and exe…