pyodide

Tag

Cards List
#pyodide

OPFS + Pyodide test harness

Simon Willison's Blog · 18h ago Cached

A test harness for experimenting with the Origin Private File System (OPFS) in browsers using Pyodide, built to explore persistent SQLite storage for Datasette Lite.

0 favorites 0 likes
#pyodide

PrintGuard 2.0 — ShuffleNetV2 + few-shot prototypical network, TFLite via LiteRT, ≈5 MB, runs unmodified in the browser (Pyodide) and on CPython [P]

Reddit r/MachineLearning · 2026-06-15

PrintGuard 2.0 is a major rewrite of a few-shot FDM fault detector using a ShuffleNetV2 backbone and prototypical network, now with a single Python engine that runs unmodified on both CPython and Pyodide in the browser via a platform abstraction layer, enabling per-printer sensitivity tuning and fair inference scheduling.

0 favorites 0 likes
#pyodide

Publishing WASM wheels to PyPI for use with Pyodide

Simon Willison's Blog · 2026-06-13 Cached

PyPI now supports publishing WebAssembly wheels for Pyodide, allowing package maintainers to distribute their own WASM packages directly. The article demonstrates this with the luau-wasm package.

0 favorites 0 likes
#pyodide

Pyodide 314.0: Python packages can now publish WebAssembly wheels to PyPI

Hacker News Top · 2026-06-09 Cached

Pyodide 314.0 release marks a milestone with the acceptance of PEP 783, enabling Python packages to publish WebAssembly wheels directly to PyPI, reducing maintainer burden and simplifying distribution for the Python-in-the-browser ecosystem.

0 favorites 0 likes
#pyodide

Running Python ASGI apps in the browser via Pyodide + a service worker

Simon Willison's Blog · 2026-05-30 Cached

This project demonstrates how to run Python ASGI web applications entirely in the browser using Pyodide and a service worker, intercepting requests under a path and executing them via the ASGI protocol. Examples include FastAPI and the full Datasette app.

0 favorites 0 likes
← Back to home

Submit Feedback