Skip to content

Commit

Permalink
[wasm-metadata] add support for oci source (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts authored Dec 6, 2024
1 parent 96c1aa1 commit fcbdf64
Show file tree
Hide file tree
Showing 12 changed files with 475 additions and 8 deletions.
295 changes: 295 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/wasm-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { version = "1" }
spdx = "0.10.1"
url = { workspace = true }
Loading

0 comments on commit fcbdf64

Please sign in to comment.