Skip to main content

temporary_write_evm_module

Function temporary_write_evm_module 

Source
pub fn temporary_write_evm_module(module: &[u8]) -> Result<(PathBuf, TempDir)>
Expand description

Writes an EVM module to a temporary file, returning its path and the owning temporary directory.