Jahrenski commented on issue #2: URL: https://github.com/apache/cordova-electron/issues/2#issuecomment-777541323
Alright, so I managed to use compiled native C++ to run from nodejs in the context of a cordova-electron plugin! Thanks to @mzielezny I found that my missing piece was to use globa.require instead of straight up require. I made a starter repo demonstrating how it works. https://github.com/Jahrenski/test-cordova-electron.git I'll now attempt to automate the process using source C++ files directly and also try to make this run on android/iOS. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
