chevdor / subwasm

Subwasm is a cli utility to look inside a Substrate WASM Runtime. It can inspect and compare the metadata of Substrate based runtimes such as Polkadot or Kusama.
MIT License
62 stars 25 forks source link

crates.io releases #98

Open niklasad1 opened 2 months ago

niklasad1 commented 2 months ago

Hey @chevdor

Is there any plans to make releases to crates.io as well?

I can see that last release on crates.io was over three years ago, we got some plans to integrate subwasm into subxt to fetch metadata from certain wasm blob (path or url) and would want to use libsubwasm for but we don't want to fork just to release it ideally :pray:

Lemme us if there is anything blocking that and whether we can help with anything.

chevdor commented 2 months ago

Initially, subwasm was indeed on crates.io b/c someone published it "for me". Since I did not publish myself, I did yank it.

Until now, the blocker was that the deps were not on crates.io. Now that they are, I don't see much of an issue. I will look into it. I just would like to avoid manual releases and use CI instead.

I will check when I find a little time.