pub fn extract_text_wit<P>(wasm_file_path: P) -> Result<String, WITParserError>where P: AsRef<Path>,
Extracts WIT section of provided Wasm binary and converts it to a string.