wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX and WASI
https://wasmer.io
MIT License
18.97k stars 812 forks source link

feat(cli): Restore packages from webcs #5089

Closed theduke closed 2 months ago

theduke commented 2 months ago

Allow "package unpack" to restore packages

Add a new --format option to package unpack.

Also adds a new wasmer-package crate that can hold package related functionality.

As a drive-by chore, also lifts pretty_assertions to be a workspace dependency.

Closes #5085

maminrayej commented 2 months ago

Otherwise LGTM.