wasmerio / wasmer

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

CLI: allow synthesizing a wasmer.toml in "wasmer package unpack" #5085

Closed theduke closed 2 months ago

theduke commented 2 months ago

Extracted packages only contain a webc manifest, not a wasmer.toml file.

Converting a manifest to a wasmer.toml by hand is very tedious.

The unpack command should have an extra flag --generate-wasmer-toml or similar to make this easier.