It’s shame Mozilla gimped Servo by shackling it to Gecko for political reasons and giving it utterly stupid priorities like VR. Some of the ideas put forward were great. It was really inspiring to see that such a cool R&D project was possible in a space as uncompetitive as web browsers.

I wish the first priority for the project would be to make it easy to integrate into other applications, instead of building a full fledged browser. To break the monopoly of WebKit/Blink browsers we need a competing rendering engine that is being developed outside the Google/Alphabet umbrella.

Servo has always been easy to embed. Basically the host needs to provide a GL surface and input events, and gets some callbacks from Servo.

Maybe I should revive the Gonk port[0]...

[0] https://github.com/fabricedesre/servonk/