supabase / edge-runtime

A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.
MIT License
691 stars 62 forks source link

feat: expose useful props to `Worker` to be able to reuse the workers in js land #382

Open nyannyacha opened 4 months ago

nyannyacha commented 4 months ago

What kind of change does this PR introduce?

Enhancement

Description

...WIP

nyannyacha commented 4 months ago

Note:

Initial implementation has been completed.