Hacker News new | ask | show | jobs
by eulerphi 4640 days ago
How is this different from XPCOM browser addon for Firefox? Why the heavy VM instead of just using C++ modules?
1 comments

Platform-independence is a big advantage. XPCOM forces you to write and test for each platform you want to support.