Wasm Package Client
A minimal Package Registry interface for multiple registry backends.
Running Tests
The e2e tests require an OCI Distribution
Spec-compliant registry to
be running at localhost:5000. An ephemeral registry can be run with:
$ docker run --rm -p 5000:5000 distribution/distribution:edge
The e2e tests themselves are in the separate tests/e2e crate:
$ cd tests/e2e
$ cargo run