generate_from_file

Function generate_from_file 

Source
pub fn generate_from_file(
    file: &str,
    verify_sha256: Option<&str>,
) -> Result<String, GenerateFromFileError>
Expand description

ยงErrors

Will return an error if the file cannot be read, or the wasm cannot be parsed.