points
With Bun I use less dependencies from NPM than I used from Nuget with .NET to build minimal apis. For example the pg driver.
And for good reason. There are enough platform differences that you have to write your own code on top anyway.