aeternity / aepp-sdk-go

Golang SDK to interact with the Æternity blockchain
ISC License
18 stars 10 forks source link

Provide a C shared lib build options #134

Open noandrea opened 4 years ago

noandrea commented 4 years ago

provide a c shared library that can be used in other languages (rust, c, c++, py ...)

Golang has the builtin ability to produce c shared libraries, it would be great to have it included and tested in the current go library

some references articles are: https://medium.com/learning-the-go-programming-language/calling-go-functions-from-other-languages-4c7d8bcc69bf#.n73as5d6d

https://github.com/vladimirvivien/go-cshared-examples

noandrea commented 4 years ago

also provide an example / how to with C++