https://github.com/bytecodealliance/rust-oci-wasm
A Rust implementation of the OCI artifact specification for WebAssembly
https://github.com/bytecodealliance/rust-oci-wasm
Last synced: 6 months ago
JSON representation
A Rust implementation of the OCI artifact specification for WebAssembly
- Host: GitHub
- URL: https://github.com/bytecodealliance/rust-oci-wasm
- Owner: bytecodealliance
- License: apache-2.0
- Created: 2024-05-15T05:15:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T05:44:58.000Z (8 months ago)
- Last Synced: 2025-07-26T10:43:14.513Z (6 months ago)
- Language: Rust
- Size: 618 KB
- Stars: 6
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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.
**A [Bytecode Alliance](https://bytecodealliance.org/) hosted project**