pub fn validate_wasm_and_report_errors( wasm: &[u8], contract: &Contract, ) -> Result<(), WasmValidationError>