Support nodejs-mobile in nj-cli build
With a few tweaks, node-bindgen actually supports iOS and Android via nodejs-mobile.
I don't have time available and knowledge of this codebase enough to submit a PR, but if you (maintainers) want to support nodejs-mobile, then it's a low-hanging fruit since you can just follow the steps I implemented here:
https://github.com/ssb-ngi-pointer/ssb-validate2-rsjs-node/blob/289a6bd92d651d6d97cf07f89d6325ba82686d80/install.js#L33-L44
Thanks for node-bindgen!
Great. We will certainly take look at support mobile OS. @simlay What do you think?
This looks deceptively simple. I don't have much time on my hands either, but I would also want this implemented. @staltz do you know of a good testing PoC to verify things work correctly?
@mkawalec Unfortunately I don't have a simple setup to recommend, but I maintain manyverse which uses node-bindgen (indirectly) in the branch validate2.
To keep it easy for you, I suggest you just try coding the changes in node-bindgen on a separate branch (of node-bindgen) and then you can ask me to test it out. I can just point my dependencies to your git branch of node-bindgen.