-
Notifications
You must be signed in to change notification settings - Fork 10
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
Explore using uniffi
#65
Comments
Slightly concerning wrt our time: "Please be aware that UniFFI is being developed concurrently with its initial consumers, so it is changing rapidly and there are a number of sharp edges to the user experience." |
I did this with a library from work and it was pretty simple, but there are a few misdocumented bits. Reach out to me in slack if you need advice. |
I think I can do this fairly quickly, tonight. |
|
This was tricker than pyo3, for sure, but I think I have it mostly figured out for the python case (I don't expect many changes for other languages). |
We're leaving this alone for now. I learned a lot during this exploration that will be useful later, and we think we should focus efforts on doing this in |
To support building these interfaces easily:
as suggested in a comment on #59
The text was updated successfully, but these errors were encountered: