Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImagePuller ¶
type ImagePuller interface { // Pull retrieves the child Descriptors for the provided image ref Pull(ctx context.Context, ref string) (Image, error) }
CodePuller Pulls the .wasm file descriptor from the image ref ImagePuller pulls oci image descriptors by their ref. Given the image as a wasme image, can also download files from those images
Click to show internal directories.
Click to hide internal directories.