Compound WireCOMPOUND21 September 2026
Python Workers
PYTHON, GENERALLY AVAILABLE
Cloudflare Python Workers are now generally available
Cloudflare Python Workers are now generally available after a two-year preview, with Python compiled to WebAssembly through Pyodide inside V8-based Workers. That makes Python a supported Workers language, but it also means Python code still runs through a WebAssembly layer rather than as a native V8 runtime. The portability is the feature; the execution model is the constraint.