logoalt Hacker News

tomlockwoodyesterday at 2:56 PM1 replyview on HN

I don't think that's true. I think a fair chunk of them are places where Bun is handed a pointer by WebKit or something similar. I believe they write about this a little.


Replies

insanitybityesterday at 4:06 PM

I think there's a reasonable expectation that unsafe could still be reduced by having shared, safer abstractions - that would lead to fewer `unsafe` results because the `unsafe` would be contained. I'm surprised that this isn't a higher priority target for them.