Reputation: 1418
I've created the code to sign bitcoin transactions using bitcoinj lib. I need the same functionality on all kind of devices: browser, server-side, android, ios, windows phone. I made some research and found GWT-export tool. So I can create pure JS lib and use it on all kind of devices.
However there are some controversial opinions about using it.
E.g. Java on iOS and Windows Phone using GWT
In conclusion they said it's not possible to run produced code on iOS.
Is it possible to create JS lib from Java and run it without any Java stuff on all kind of devices with only javascript engine?
Upvotes: 1
Views: 9