Skip to content

Instantly share code, notes, and snippets.

@yusukebe
Created July 30, 2024 05:34
Show Gist options
  • Save yusukebe/ff0cea0f276c82ed66519fb82f307343 to your computer and use it in GitHub Desktop.
Save yusukebe/ff0cea0f276c82ed66519fb82f307343 to your computer and use it in GitHub Desktop.
import { heapStats } from 'bun:jsc'
export default {
fetch: () => {
console.log(heapStats()['objectTypeCounts']['Error'])
return new Response('Hi')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment