You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support request => Please do not submit support request here, see note at the top of this template.
What is the expected behavior?
provide a c shared library that can be used in other languages (rust, c, c++, py ...)
What is the motivation / use case for changing the behavior?
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
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. forum, telegram, etc)
I'm submitting a ...
What is the expected behavior?
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
The text was updated successfully, but these errors were encountered: