upvote
> What problems (besides the obvious) have been found in which "memory-safe languages" can help.

Why isn't that enough?

reply
Browsers are incredibly security-sensitive projects. Downloading untrusted code from the internet and executing is part of their intended functionality! If memory safety is needed anywhere it's in browsers.
reply
Rust was pretty much created to help solve security issues in browsers: https://en.wikipedia.org/wiki/Rust_(programming_language)#20...
reply
> besides the obvious

Well, what else is there besides the obvious? It's a browser.

reply
Even Chrome has started to adopt Rust due to recurring memory vulnerabilities.... that's a big enough reason.
reply
You don't want a browser with a bunch of RCEs that can be triggered by opening a web page...
reply
You do want a browser with RCE, but you want it to keep the it sandboxed. The hard part is executing the code safely
reply
I guess you will need to wait for their Feb 2026 update.
reply