Function duniter::chain_spec::gdev::get_wasm_binary

source ยท
fn get_wasm_binary() -> Option<Vec<u8>>
Expand description

Get the WASM bytes either from filesytem (WASM_FILE env variable giving the path to the wasm blob) or else get the one compiled from source code. Goal: allow to provide the WASM built with srtool, which is reproductible.