echofon-firefox-unofficial
echofon-firefox-unofficial copied to clipboard
Mozilla is dropping XPCOM binary support on Firefox 40
https://blog.mozilla.org/addons/2015/05/04/dropping-support-for-binary-components/
This means everything in /platform need to be replaced using the addon SDK “system/child_process”
Et c'est compliqué à faire ?
A voir...
There's already the ctypes alternative in the source code even if :
If this is not sufficient, JS-ctypes may be an alternative mechanism to use shared libraries, but this API is much more fragile and it’s easy to write unsafe code.
https://github.com/AntoineTurmel/echofon-firefox-unofficial/blob/master/modules/EchofonSign.jsm#L178