> The Python runtime is embedded into the workerd/worker runtime (pyodide), so it's just your python
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.ah i did not know that.
i expected python to compile to wasm (including the runtime) and be executed by the wasm runtime.
rust->wasm for workers' boiler (iirc with axum) plate was massive
iirc 300k
iirc workers have a limit of 1M
ignoring actual useful payload that is way too large for comfort





