Seed a fresh base context for an entry call, capturing the host's second
fetch argument (a Workers env, a Deno ServeHandlerInfo, …) as the
module-scoped platform env for getEnv. The platform value itself is
never merged into ctx.
Public so a host embedding the engine (e.g. @supabase/server) can mint a
valid upstream context and spread its own keys onto it.
Seed a fresh base context for an entry call, capturing the host's second
fetchargument (a Workersenv, a DenoServeHandlerInfo, …) as the module-scoped platform env for getEnv. The platform value itself is never merged intoctx.Public so a host embedding the engine (e.g.
@supabase/server) can mint a valid upstream context and spread its own keys onto it.