pub fn module_load_v1_raw(
    module_path: impl AsRef<Path>
) -> Result<WasmModule, ModuleLoadError>
Expand description

Load a raw wasm module, i.e. one without the prefix of 4 version bytes and 4 module length bytes. The module still has to be a valid V1 smart contract module.