fn unpack_archive(archive: Archive<impl Read>, dest: &Path) -> Result<(), Error>Expand description
A polyfill for Archive::unpack() that is WASI-compatible.
This works around canonicalize() being unsupported on
wasm32-wasip1.
fn unpack_archive(archive: Archive<impl Read>, dest: &Path) -> Result<(), Error>A polyfill for Archive::unpack() that is WASI-compatible.
This works around canonicalize() being unsupported on
wasm32-wasip1.