Function holochain_cli_bundle::pack

source ·
pub async fn pack<M: Manifest>(
    dir_path: &Path,
    target_path: Option<PathBuf>,
    name: String,
    serialize_wasm: bool
) -> Result<(PathBuf, Bundle<M>), HcBundleError>
Expand description

Pack a directory containing a YAML manifest (DNA, hApp, Web hApp) into a bundle, returning the path to which the bundle file was written.