if you don't check the response or have logici catch all possible "thrown" errors into error as value (Result<T,E>) in ts and deal with them explicitly (im coming from rust to ts but dont use rust for workers as wasm on workers is not there yet)


let alone wasm on workers that ships as expensive of a runtime as python'sThe Python runtime is embedded into the workerd/worker runtime (pyodide), so it's just your python code + packages and any overhead of pyodide/python.
ReferenceError: wasm_438b3227c4b242399e8c7376cf44cc39d16dcd3c is not defined when trying to develop a next.js app locally in wrangler dev, while using prisma and @cloudflare/next-on-pages?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.
ReferenceError: wasm_438b3227c4b242399e8c7376cf44cc39d16dcd3c is not definedprisma@cloudflare/next-on-pages