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

Commit pre-built dlls for go-cosmwasm #8

Closed
ethanfrey opened this issue Oct 21, 2019 · 3 comments · Fixed by #14 or #19
Closed

Commit pre-built dlls for go-cosmwasm #8

ethanfrey opened this issue Oct 21, 2019 · 3 comments · Fixed by #14 or #19

Comments

@ethanfrey
Copy link
Member

We should at least support:

  • linux
  • osx

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.

@ethanfrey
Copy link
Member Author

It seems linux -> windows cross-compile is decently supported.
linux -> osx not so.

I found this article that might help: https://wapl.es/rust/2019/02/17/rust-cross-compile-linux-to-macos.html

@ethanfrey
Copy link
Member Author

Maybe I will have to make native compile on the other platforms... just run virtual machines

@ethanfrey
Copy link
Member Author

Maybe this issue on osx rustc dylibs is relevant.
rust-lang/rust#28640

In any case, I definitely need a mac system to test this on

tomtau pushed a commit to tomtau/wasmvm that referenced this issue Oct 6, 2021
faddat pushed a commit to faddat/go-cosmwasm that referenced this issue Dec 10, 2021
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

Successfully merging a pull request may close this issue.

1 participant