this post was submitted on 08 Sep 2023
52 points (96.4% liked)
Rust
6055 readers
100 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My question was a request for clarification, not a challenge to your assertion. I don't have any reasons to believe that they are or aren't going to make a browser with it.
Regarding browsers, the blink engine has one important advantage over its competitors - embeddebility. That's why so many browsers have blink in its core. Servo had a similar goal with Chromium Embedded Framework (CEF) compatibility. They dropped it due to some technical difficulty. It would have made servo a drop-in replacement for blink too. I wonder how the embedding story with Servo is, these days.