extract_text_wit

Function extract_text_wit 

Source
pub fn extract_text_wit<P>(wasm_file_path: P) -> Result<String, WITParserError>
where P: AsRef<Path>,
Expand description

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