Closed crystalin closed 3 years ago
WASM exported using export-genesis-wasm command are not binary but text. Those are not supported by subwasm
export-genesis-wasm
It is possible to export using export-genesis-wasm --raw to obtain the binary version so this feature is not needed
export-genesis-wasm --raw
WASM exported using
export-genesis-wasm
command are not binary but text. Those are not supported by subwasm