|
|
|
|
|
by nicoburns
243 days ago
|
|
There are ways to slim it down, but WebRTC and video playback would probably be one of the first things I'd remove if I were looking to do that! The other obvious target is the JS engine. IIRC V8 is 90mb just by itself. I don't think SpiderMonkey is quite so large but definitely still in the 10s of megabytes. A slower simpler JS engine (QuickJS, hermes, etc) could be quite a bit smaller. |
|
Binary size however is less of an issue for most users.