Documentation ¶ Index ¶ func IsOCIPath(path string) bool func PullWIT(ctx context.Context, path string) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsOCIPath ¶ func IsOCIPath(path string) bool IsOCIPath checks if a given path is an OCI path func PullWIT ¶ func PullWIT(ctx context.Context, path string) ([]byte, error) PullWIT fetches an OCI artifact from a given OCI path It invokes "regclient" APIs to pull the artifact and then processes it with `wasm-tools`. The output is returned as raw bytes. Types ¶ This section is empty. Source Files ¶ View all Source files oci_other.go Click to show internal directories. Click to hide internal directories.