upvote
Nobody is using it because it's not ready to be used. Compatibility with web standards is nowhere near the level of browsers people actually want to use.
reply
Writing a new browser engine at all is irresponsible and ridiculous. Doing it in anything other than Rust just makes it slightly more irresponsible than it already is.
reply
I don't see how it is irresponsible or ridiculous. More browser engines is a good thing. It might be irresponsible to bet your company on it at this point, but on its own I think it is a worthy endeavor. Plus it looks like a lot of fun to work on! This is hacker news after all.
reply
I believe Ladybird is being ported to Rust as we speak.
reply
Nah, just individual components where memory haters
reply
deleted
reply
Up until ~2015 one of the world's most deployed browser engines was Sciter. A work of _one_ person. A fast embedded browser engine, a binary about 4Mb in size.

It was used to render the UI in apps like our favorite McAfee antivirus.

This niche is still wide open. Electron apps are just terrible, and a focused fast embeddable browser engine would be very welcome.

reply
> This niche is still wide open. Electron apps are just terrible, and a focused fast embeddable browser engine would be very welcome.

I agree with you but throwing web standards out the window like Sciter is a non-starter. One of the benefits of Electron apps is still having the option to run it in your browser.

reply