A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.
691
stars
62
forks
source link
optimise gen function to use single memory allocation instead of 30+ currently #322
Closed
AayushyaVajpayee closed 7 months ago
Chore
Describe the chore
optimise gen function to use single memory allocation instead of 33 happening currently.
Additional context
since the changeset is small, i have created the pr already: https://github.com/supabase/edge-runtime/pull/321