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 systemMemoryInfo API for main worker #338

Closed laktek closed 6 months ago

laktek commented 6 months ago

Adding it to the EdgeRuntime namespace instead of the Deno namespace to prevent accidentally exposing it in user workers. Also, we are implementing a customized version of it for performance reasons (ie. only support in Linux via sysinfo)

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 1.49.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: