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

Provide libappimageupdate C interface for FFIs #240

Open
Korne127 opened this issue Nov 25, 2024 · 0 comments
Open

Provide libappimageupdate C interface for FFIs #240

Korne127 opened this issue Nov 25, 2024 · 0 comments

Comments

@Korne127
Copy link

Currently, libappimageupdate is only available as a C++11 shared library. However, many other programming languages only provide foreign function interfaces (FFIs) only for C code, which serves as the protocol for inter - programming language communication.
While it's possible to write a custom wrapper or a C++ FFI tool, it would be much easier to use this libraries in other programming languages if there was a C interface (created manually or with something like SWIG) that also provided access to the Updater class and its methods.

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

No branches or pull requests

1 participant