pub fn validate_deployment_module(
    depl: &DeploymentV1,
    module_wasm: &[u8]
) -> Result<(), DeploymentValidationError>
Expand description

Validate a module against the given deployment config.

Will check that the module is compatible with the runner.