Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create C-based library export symbols and build process for static/shared library #6

Open
samwalls opened this issue Dec 6, 2018 · 0 comments
Labels

Comments

@samwalls
Copy link
Owner

samwalls commented Dec 6, 2018

If the library ends up being useful, it would be great to be able to use it from other languages via wrappers.

To facilitate this, the following would be needed:

  • a complete set of export-specific functions
  • type marshalling utilities if necessary
  • documentation + scripts for building the go code as a static/shared library
  • examples are always helpful (i.e. a C program showing library linkage, and use of the interface)

This is not urgent at all, and is not useful until everything is working / documented. However, it would open the door for API wrappers in any other language.

See Also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant