I don't think there's any big issue with wasm on workers as a whole, plenty of people use Rust worke

I don't think there's any big issue with wasm on workers as a whole, plenty of people use Rust workers and such
let alone wasm on workers that ships as expensive of a runtime as python's
The Python runtime is embedded into the workerd/worker runtime (pyodide), so it's just your python code + packages and any overhead of pyodide/python.
Most of the issue the team said was just in startup costs and such which they're working on, hopefully we'll see more of that soon
Was this page helpful?