13 ms·
How is this different from XPCOM browser addon for Firefox? Why the heavy VM instead of just using C++ modules?
by eulerphi 13y ago
How is this different from XPCOM browser addon for Firefox? Why the heavy VM instead of just using C++ modules?
- icebraining 13y agoPlatform-independence is a big advantage. XPCOM forces you to write and test for each platform you want to support.