Documentation
¶
Overview ¶
Package storeresolver resolves compute refs against the chassis content-addressed artifact.Store (the same store snapshots use). A compute artifact lives at ref "computes/<alg>/<digest>": the data blob is the wasm module, the manifest blob is small JSON naming the engine. This keeps compute bytes out of the ops/stack_files tables and reuses the store that is already wired into the chassis.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest struct {
Engine string `json:"engine"`
Alg string `json:"alg,omitempty"`
Digest string `json:"digest,omitempty"`
}
Manifest is the small JSON blob stored alongside the wasm; it records which engine runs the artifact.
Click to show internal directories.
Click to hide internal directories.