Replies: 2 comments
-
Proposal ACreate dumb bindings for go-elements to support go-mobile |
Beta Was this translation helpful? Give feedback.
0 replies
-
Proposal BReplicate what we have done for JavaScript with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To allow Mobile application to handle Elements data structures
gomobile bind
seems a great fit in order to compile for native targets (Android and iOS) go-elements.The caveat here is that we have only a subset of Go types which are currently supported and moreover return variables should be at maximum 2 where the second MIST be
error
Binding all the packages we have in go-elements seems not feasible as per experiment here. Also it's impossible to bind
address
package for iOS.Beta Was this translation helpful? Give feedback.
All reactions