pub fn extract_text_it<P>(wasm_file_path: P) -> Result<String, ITParserError>
where P: AsRef<Path>,
Expand description

Extracts IT section of provided Wasm binary and converts it to a string.