Bun.sh is an optimized javascript runtime similar to Node

Bun is a cool javascript runtime that aims to be somewhat compatible with node while being better on performance. It’s not perfect, like it lacks a child_process as the people at Remotion found out, but I feel like it’d be enough to satsify the needs of many glitch projects here. It’s more likely that your project will work with minimal modifications with bun than deno. I’m wondering if anyone at glitch is interested in implementing such a runtime or starter project since unlike deno it seems like it might take a bit less effort to maintain.