Run Registry Overview
masterThe Run Registry is a minimal WASI component registry designed to support the Run 2.0 client. It provides persistence and authentication for WASI components, ensuring reliable component discovery and installation.
Key Features:
- Immutable Versioning: Stores WASI components with fixed versions.
- Integrity: Uses SHA-256 verification during the publishing process.
- Namespace Ownership: Manages ownership via API tokens.
- Persistence: Uses SQLite for metadata and on-disk storage for artifacts.
- Discovery: Provides a search endpoint for finding packages.