Cloudflare brings cross-language RPC to Workers
🧩 Cloudflare has extended Workers RPC to enable direct cross-language calls between JavaScript and Python Workers. Using Pyodide’s FFI and a custom type-conversion layer, objects, functions, keyword arguments and callbacks translate seamlessly across the boundary. The workers-runtime-sdk provides native Python wrappers for Web API objects, and no extra dependencies are required to call Python from JS or vice versa. Examples include calling Python packages like Pygments from JavaScript using simple Service bindings.
