Conversation
oci-wasm comes with updated wasm-tools crate versions with 244. Added tls_certs_only: self.client_config.tls_certs_only.clone() to the Clone impl for OciRegistryConfig, since ClientConfig in 0.16 added a new tls_certs_only field that doesn't implement Copy.
Contributor
Author
|
We're going to need another release of wkg to cut the next set of rc's for p3. When running Failure: wkg oci push ghcr.io/webassembly/wasi/clocks:0.3.0-rc-2026-02-05 wasi-clocks.wasm --annotation 'org.opencontainers.image.description=WASI clock interfaces for monotonic and system clocks' --annotation org.opencontainers.image.source=https://github.com/webassembly/wasi --annotation org.opencontainers.image.url=https://wasi.dev/ --annotation org.opencontainers.image.version=0.3.0-rc-2026-02-05 --annotation 'org.opencontainers.image.licenses=Apache-2.0 WITH LLVM-exception'
Error: Unable to parse component
Caused by:
0: failed to decode WIT component
1: invalid leading byte (0x43) for component defined type (at offset 0xef)Failed job: https://github.com/WebAssembly/WASI/actions/runs/21728732840/job/62678359503 With this update to bump cargo build --release -p wkg
./target/release/wkg wit build -o /tmp/wasi-clocks.wasm --wit-dir WASI/proposals/clocks/wit-0.3.0-draft
./target/release/wkg oci push ghcr.io/ricochet/wasi/clocks:0.3.0-rc-2026-02-05 /tmp/wasi-clocks.wasm |
calvinrp
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
oci-wasm comes with updated wasm-tools crate versions with 0.244.
Added tls_certs_only: self.client_config.tls_certs_only.clone() to the Clone impl for OciRegistryConfig, since ClientConfig in 0.16 added a new tls_certs_only field that doesn't implement Copy.