Function wasmer_package::package::package::unpack_archive

source ยท
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.