-
Notifications
You must be signed in to change notification settings - Fork 2
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
Windows Support #3
Comments
@Xuanwo It's a great honor that my library is used in a Apache project :D I added the support for Windows in the dev.windows branch. Note that it requires you to have a |
Perfect! We will evaluate windows support after our first release. |
@Xuanwo @yuchanns Please also note my latest commit f642a84. libffi doesn't support integer return values, which are smaller than the word-size. This is what they C-documentation says about
|
In the meanwhile I could successfully test the Windows implementation. It has now been released with v0.1.0-beta.10 |
Thank you so much for developing this library! It's fantastic, and opendal-go is now based on it.
I'm opening this issue to explore the possibility of adding Windows support to this library. From what I understand, both
libffi
and purego already support Windows.Perhaps we could enable Windows support for this library as well? Are there any known blockers of this support?
@yuchanns and I are interested in helping to implement this support. Pleaes let us know if anything we can help.
The text was updated successfully, but these errors were encountered: