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

Support text representation of the wasm #30

Closed crystalin closed 3 years ago

crystalin commented 3 years ago

WASM exported using export-genesis-wasm command are not binary but text. Those are not supported by subwasm

crystalin commented 3 years ago

It is possible to export using export-genesis-wasm --raw to obtain the binary version so this feature is not needed