Skip to main content

Module module_manifest

Module module_manifest 

Source
Expand description

Module manifest for content-addressed module distribution.

A ModuleManifest describes a distributable module by mapping its exported functions and type schemas to content-addressed hashes. This allows the loader to fetch only the blobs it needs from a BlobStore.

Structsยง

ModuleManifest
Manifest for a content-addressed module distribution.
ModuleSignature