Multi-platform Deployment of the Firefox Extension

What is the right solution for a multi-platform deployment of a Firefox extension that uses native C ++ code? Is it possible to integrate all compiled binaries for different platforms in one extension? Is it possible to download only the necessary binary files (compiled from native code in C ++) for the current computer?

Thank.

+4
source share
1 answer

All Articles