Function wasmer_package::package::manifest::wasmer_manifest_to_webc
source ยท pub(crate) fn wasmer_manifest_to_webc(
manifest: &Manifest,
base_dir: &Path,
strictness: Strictness,
) -> Result<(Manifest, BTreeMap<String, OwnedBuffer>), ManifestError>
Expand description
take a wasmer.toml
manifest and convert it to the *.webc
equivalent.