Hacker News new | ask | show | jobs
by lloydhilaiel 5533 days ago
one way you can do native code integration with chromeless is using JSCtypes: https://wiki.mozilla.org/JSctypes

I hacked up a trivial proof of concept on this branch: https://github.com/mozilla/chromeless/tree/jsctypes_play

1 comments

Does JSCtypes allow for js functions to be used as C callbacks, like Python's ctypes does?