pub fn extract_from_path<P>( wasm_module_path: P, ) -> Result<Option<Version>, ModuleInfoError>where P: AsRef<Path>,