pub fn delete_wit_section_from_file( in_wasm_path: PathBuf, out_wasm_path: PathBuf, ) -> Result<(), WITParserError>
Delete all custom sections with WIT from provided Wasm file.