Spyke
AliasAKAreply
lemmy.world

Servo is a web browser rendering engine written in Rust, with WebGL and WebGPU support, and adaptable to desktop, mobile, and embedded applications.

Essentially it is an alternative to chromium based web browser engines. The other (major) web browser engines are WebKit for iOS and Gecko for Firefox. You can see a list at Wikipedia.

59

Minor correction: Blink is the browser engine, Chromium is the open source browser project.

13
Aatubereply
kbin.melroy.org

(there's also Ladybird but Servo is more exciting as the Rust one that used to be supported by Mozilla and now by the Linux Foundation)

33

Oh, and it has just taken a turn for the worst as well, seeing the latest update in the article

8
RmDebArc_5reply
piefed.zip

Servo is a web browser rendering engine written in rust. It was originally started by Mozilla but then abandoned

19

At Mozilla, Servo was basically a research branch that tried new approaches to push performance. Mozilla would merge parts from servo that brought significant performance boost. But when they were pushed to cut budget, instead of lowering executive pay, they shut down the servo team.

Servo, then spun off as independent project.

10

They were merging parts. They cut active maintance as part of the budget crunch they are under with Google being the primary funding.

2
lemmy.world

The page just says it's equivalent to the nightlies. No indication how usable it is, what is/isn't working, what's next.

7
cornsharkreply
lemmy.world

I have no idea what to expect, thus my wish to know more

7

They report a score which is not very correlated with the number of tests passed (there was a big increase in the number of tests that pass in 2023 but the score barely rose). I could not figure out how to show the score for other browsers on wpt.fyi.

1
lemmy.ca

Does this mean we can finally ditch all those memory-hungry Electron apps?

5
programming.dev

I'm curious about why they aren't stable yet. It's been a while. And there should be a lot incentives. Like cash. If one wants some.

My guess is that something is not right with the project or the chosen technology. And that some other project will be first to deliver the new memory safe browser engine reference implementation. Maybe I'm just being grumpy.

-1
Tolcreply
lemmy.zip

its not easy to develop browser engine from scratch. Also theyve only started working actively on the project for like 2 years now

10

You reached the end

Servo 0.0.1 released! | Spyke