top | item 47068030

(no title)

abraxas | 11 days ago

Wasn't Rust developed specifically for Mozilla? Isn't mozilla written in Rust?

discuss

order

Leynos|11 days ago

Only parts of it. Servo is the engine written in Rust, some of which ended up in Mozilla.

wmf|11 days ago

Firefox has some Rust components but it isn't written in Rust overall. Servo is written in Rust but it isn't a full browser.

tvshtr|11 days ago

Servo is slowly but steadily getting there. The thing with Servo is that it's highly modularized and some of its components are widely used by the larger Rust ecosystem, even it the whole browser engine isn't. So there's multi-pronged vested interest in developing it.

Moreover, Servo aims to be embeddable (there are some working examples already), which is where other non-Chrome/ium browsers are failing (and Firefox too). Thanks to this it has much better chance at wider adoption and actually spawning multiple browsers.

snerbles|11 days ago

Mozilla laid off the Servo team years ago.

tvshtr|11 days ago

Servo was passed onto Linux Foundation and is still being developed, some of its components are shared with Firefox.

tvshtr|11 days ago

Yes and yes. Firefox is partially written in Rust.