-
Notifications
You must be signed in to change notification settings - Fork 103
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
Commit pre-built dlls for go-cosmwasm #8
Comments
It seems linux -> windows cross-compile is decently supported. I found this article that might help: https://wapl.es/rust/2019/02/17/rust-cross-compile-linux-to-macos.html |
Maybe I will have to make native compile on the other platforms... just run virtual machines |
Maybe this issue on osx rustc dylibs is relevant. In any case, I definitely need a mac system to test this on |
feat: merge v0.14.0-beta1
We should at least support:
and windows if possible
Add the build instructions to the Makefile and commit the stable dlls to source.
Anyone importing a tagged release from a go program should not have to worry about rust setup - they just use the prebuilts.
Only people working on this repo (or trying to run from an unreleased master) should care.
The text was updated successfully, but these errors were encountered: