pub fn write_crystallization_bundle(
bundle: &CrystallizationBundle,
bundle_dir: &Path,
) -> Result<CrystallizationBundleManifest, VmError>Expand description
Write a bundle to a directory. Creates the directory if it does not
already exist. Returns the manifest with generated_at and any
runtime-resolved metadata filled in.