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

Shall it be `cargo wapm publish` instead of just `cargo wapm`? #1

Open vi opened 1 year ago

vi commented 1 year ago

I tried cargo wapm, expecting to see what WAPM-related commands does cargo-wapm has. But it immediately tried to publish the package.

Maybe publishing should be a separate subcommand (even if currently it is the only subcommand), to make room for other future things like cargo wapm add for adding dependencies from WAPM? Or cargo wapm yank for unpublishing packages, if/when it will be supported.