https://github.com/fschutt/servo_gui_test
A test of embedding the servo rendering engine as a desktop GUI
https://github.com/fschutt/servo_gui_test
Last synced: about 2 months ago
JSON representation
A test of embedding the servo rendering engine as a desktop GUI
- Host: GitHub
- URL: https://github.com/fschutt/servo_gui_test
- Owner: fschutt
- License: gpl-2.0
- Created: 2017-09-26T01:27:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T01:27:40.000Z (over 8 years ago)
- Last Synced: 2025-10-14T07:18:21.662Z (8 months ago)
- Language: CSS
- Size: 2.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# servox11test
This is a test repository to evaluate libservo for making GUIs.
The main test was how small servo could be:
Results:
- default `--release` flag, no LTO: 280 MB
- default `--release` flag, no LTO, stripped: 83.4 MB
- `-C prefer-dynamic` `--release`, with LTO: 245.5 MB
- `-C prefer-dynamic` `--release`, with LTO, stripped: 62.1 MB
- `-C prefer-dynamic` `--release`, with LTO, stripped, gzip compressed in .deb: 14.7 MB
Notice: `panic='abort'` does not work with servo. Neither does compiling with `musl`