pub fn temporary_write_evm_module(module: &[u8]) -> Result<(PathBuf, TempDir)>
Writes an EVM module to a temporary file, returning its path and the owning temporary directory.