Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 2, 2023
1 parent 686c0bb commit 3c1d08f
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 37 deletions.
147 changes: 113 additions & 34 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
toml = "0.7"
walrus = "0.20.1"
wasm-compose = "0.4.0"
wasm-metadata = "0.10.1"
wasm-compose = { git = "https://github.com/bytecodealliance/wasm-tools" }
wasm-metadata = { git = "https://github.com/bytecodealliance/wasm-tools" }
wasm-opt = "0.113.0"
wit-component = "0.13.1"
wit-component = { git = "https://github.com/bytecodealliance/wasm-tools" }

[build-dependencies]
anyhow = "1"
Expand Down

0 comments on commit 3c1d08f

Please sign in to comment.