Skip to main content

Module resolve

Module resolve 

Source
Expand description

Component reference resolution, backed by the shared act-store.

ComponentRef is re-exported from act-store (the parsing source of truth). Local refs run in place; remote refs (OCI/HTTP) resolve read-through the store (pulled on first use, then served from disk).

Enums§

ComponentRef

Functions§

open_store
Open the shared component store at its platform default location.
profile_key
The stable key a component’s credential profile is namespaced under.
resolve
Resolve a component reference to a local .wasm path.