Multi-platform binary builds #26
alensiljak
started this conversation in
Show and tell
Replies: 1 comment
-
I'd add that, eventually, Wasm might be one the main targets, as it allows console execution (wasi) as well as interoperability with other libraries (component model, still a draft), and runs in a browser (wasm). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@ebcrowder suggests a useful way to produce a multi-platform binaries, as specified in:
https://github.com/ebcrowder/rust_ledger/blob/main/.github/workflows/release.yml
The idea is borrowed from
https://github.com/BurntSushi/ripgrep
Beta Was this translation helpful? Give feedback.
All reactions