pub async fn resolve(
component_ref: &ComponentRef,
fresh: bool,
) -> Result<PathBuf>Expand description
Resolve a component reference to a local .wasm path.
Local files are used in place (never copied into the store). Remote refs
(OCI/HTTP) are served read-through from the store; fresh forces a re-pull.