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