Skip to content

Commit

Permalink
refactor and integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
macovedj committed Dec 1, 2023
1 parent dd0007b commit bd82794
Show file tree
Hide file tree
Showing 15 changed files with 1,308 additions and 662 deletions.
29 changes: 24 additions & 5 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ async-recursion = "1.0.4"
indexmap.workspace = true
semver.workspace = true
sha256 = "1.4.0"
wat = "1.0.67"
wasmprinter = "0.2.75"

[dev-dependencies]
reqwest = { workspace = true }
Expand Down
10 changes: 9 additions & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ warg-crypto = { workspace = true }
warg-protocol = { workspace = true }
warg-api = { workspace = true }
warg-transparency = { workspace = true }
anyhow = { workspace = true }
anyhow.workspace = true
thiserror = { workspace = true }
clap = { workspace = true }
serde = { workspace = true }
Expand All @@ -30,11 +30,19 @@ url = { workspace = true }
libc = { workspace = true }
tracing = { workspace = true }
itertools = { workspace = true }
wasmparser = { workspace = true }
wasm-compose = { workspace = true }
dirs = { workspace = true }
once_cell = { workspace = true }
walkdir = { workspace = true }
normpath = { workspace = true }
pathdiff = { workspace = true }
indexmap.workspace = true
async-recursion = "1.0.5"
semver.workspace = true
wasm-encoder.workspace = true
wasmprinter = "0.2.75"
sha256 = "1.4.0"

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.48"
Expand Down
Loading

0 comments on commit bd82794

Please sign in to comment.