pub fn generate_from_file( file: &str, verify_sha256: Option<&str>, ) -> Result<String, GenerateFromFileError>
Will return an error if the file cannot be read, or the wasm cannot be parsed.