wasmer_cli::utils::unpack

Function unpack_sans_parent

Source
pub fn unpack_sans_parent<R>(archive: Archive<R>, dst: &Path) -> Result<()>
where R: Read,