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

Extended version #63

Closed chevdor closed 1 year ago

chevdor commented 1 year ago

Swap the --version command for a new one:

$ subwasm --version

subwasm v0.19.0-f40bf1c04dd built 2023-02-09T15:10:59+0100
$ subwasm --version --json

{
  "build_date": "2023-02-09T15:10:59+0100",
  "commit": "f40bf1c04dd",
  "name": "subwasm",
  "version": "0.19.0"
}