pub fn webc_to_package_dir(
webc: &Container,
target_dir: &Path,
) -> Result<(), ConversionError>
Expand description
Convert a webc image into a directory with a wasmer.toml file that can be used for generating a new pacakge.
pub fn webc_to_package_dir(
webc: &Container,
target_dir: &Path,
) -> Result<(), ConversionError>
Convert a webc image into a directory with a wasmer.toml file that can be used for generating a new pacakge.