返回全部动态

Cloudflare Python Workers 正式 GA

原标题:Cloudflare Python Workers are now generally available

Simon Willison's Weblog产品发布质量 63

AI 摘要

Cloudflare 宣布其 Python Workers 在经历两年预览后正式 GA,Python 成为 Cloudflare 开发者平台上的一等公民语言。其实现方式是通过 Pyodide 将 Python 编译为 WebAssembly,运行在基于 V8 的 workerd 运行时中,但多进程与多线程在 Wasm 虚拟机中不可用。本地开发工具 pywrangler(PyPI 上名为 workers-py)可完整模拟该技术栈,此次发布由 Pyodide 核心维护者参与。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

21st September 2026 - Link Blog Cloudflare Python Workers are now generally available (via) After a two year preview, Cloudflare's support for running Python code in their server-side Workers platform is now stable: "Python is now a first-class, fully supported language on the Cloudflare Developer Platform". A neat thing about this is how it works. Cloudflare are running Python compiled to WebAssembly via Pyodide in their V8-based workerd runtime. This comes with some limitations, documented her


发布时间:2026-09-22 06:25
抓取时间:2026-09-22 06:34
来源机构:Simon Willison
阅读原文simonwillison.net