wasmerio / cargo-wasmer

A cargo sub-command for publishing Rust crates to the WebAssembly Package Manager.
Apache License 2.0
23 stars 2 forks source link

Add compiled binaries to GitHub Releases #5

Open Michael-F-Bryan opened 1 year ago

Michael-F-Bryan commented 1 year ago

It'd be nice if people can use cargo wapm in CI without needing to do a full cargo install cargo-wapm.

Let's add a releases.yml job which will compile binary artifacts, create a release, and attach the artifacts to it. We'd also want to update README.md with a one-liner people can use to download the latest binaries.