Function casper_execution_engine::shared::wasm_prep::deserialize
source · pub fn deserialize(module_bytes: &[u8]) -> Result<Module, PreprocessingError>
Expand description
Returns a parity Module from the given bytes without making modifications or checking limits.