Hacker News new | ask | show | jobs
by selfmodruntime 16 days ago
There is almost zero reason for a public facing, non-embedded project like Bun to use unsafe anywhere.
1 comments

You do have to inevitably use unsafe because of FFI (Bun uses existing C++ modules like JavascriptCore for most functionality). Optionally also for performance (at least if you want to win Deno on that front)