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
Forgive me for not knowing the right terminology as my knowledge of rust is shallow at the moment, but it would be great to see a wrapper, or whatever so that Polka is callable from C as a library or such.
Do you have any plans for this?
The text was updated successfully, but these errors were encountered:
Eventually, yes, but probably not in the short term. (Unless someone wants to contribute; PRs are welcome.)
With the new API that I've committed yesterday it should be relatively straightforward to create a C API. You'd essentially expose an opaque wrapper around the RawInstance and Module types, and then just expose functions for most of the methods defined there, plus some extra auxiliary functions to construct a ProgramBlob.
Forgive me for not knowing the right terminology as my knowledge of rust is shallow at the moment, but it would be great to see a wrapper, or whatever so that Polka is callable from C as a library or such.
Do you have any plans for this?
The text was updated successfully, but these errors were encountered: