deislabs / wagi

Write HTTP handlers in WebAssembly with a minimal amount of work
Apache License 2.0
884 stars 45 forks source link

cargo install wagi #186

Open utx0 opened 2 years ago

utx0 commented 2 years ago

Be great to set this project up so it can be installed with ease via:

cargo install wagi
itowlson commented 2 years ago

We've evidently got crates.io publishing set up for Bindle, though I don't know much about it. @thomastaylor312 is this something you set up? Would it be easy to do for WAGI?

thomastaylor312 commented 2 years ago

I haven't published a CLI only crate, but I know it does work. It should be as simple as copy pasting the same stuff we use to publish from bindle and creating a token for crates.io that we can use in the pipeline. Might be worth trying it manually at first with the person who wants to own the crate