winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
4.75k stars 187 forks source link

Distribute binaries for experimental Rust-based CLI #6035

Open Chriscbr opened 3 months ago

Chriscbr commented 3 months ago

Use Case

To allow users to start trying the experimental Rust-based CLI on common/popular platforms.

Proposed Solution

Publish the binaries along with our GitHub releases perhaps? For example see https://github.com/BurntSushi/ripgrep/releases

Implementation Notes

Consider looking at how other Rust-based CLIs do this

For now we'll assume the JavaScript runtime (Node.js) is an external dependency and doesn't need to be linked.

Component

CLI

Community Notes

MarkMcCulloh commented 3 months ago

https://github.com/axodotdev/cargo-dist looks beautiful

github-actions[bot] commented 1 week ago

Hi,

This issue hasn't seen activity in 90 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. Feel free to re-open this issue when there's an update or relevant information to be added. Thanks!