oci-wasm 0.0.2

A crate containing a thin wrapper around the oci-distribution crate that implements types and methods for pulling and pushing Wasm to OCI registries
Documentation
1
2
3
4
5
6
# Rust OCI Wasm implementation

This repo contains a Rust crate implementing the [OCI Wasm
Specification](https://tag-runtime.cncf.io/wgs/wasm/deliverables/wasm-oci-artifact/). It is a thin
wrapper around the [oci-distribution](https://crates.io/crates/oci-distribution) crate with the
specific config types needed for the OCI Wasm specification.