5 ms·
Yeah, multiple Tauri apps could theoretically share a Servo library. Though I’d also be interested to see how slim it could be with static linking. Presumably
by brokencode 11mo ago
Yeah, multiple Tauri apps could theoretically share a Servo library.
Though I’d also be interested to see how slim it could be with static linking.
Presumably a lot of code could be compiled out with dead code analysis? Or compile flags could remove old compatibility cruft and unneeded features?