Skip to content

Commit

Permalink
Weed out duplicates of wasmparser and wasm-encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottt committed Sep 26, 2024
1 parent 09cd46c commit 1ce9118
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 146 deletions.
122 changes: 47 additions & 75 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ wasmtime-wasi = "25.0.0"
wasmtime-wasi-nn = "25.0.0"
wiggle = "25.0.0"
wat = "1.212.0"
wasmparser = "0.208.0"
wasm-encoder = { version = "0.208.0", features = ["wasmparser"] }
wit-component = "0.208.0"
wasmparser = "0.217.0"
wasm-encoder = { version = "0.217.0", features = ["wasmparser"] }
wit-component = "0.217.0"

# Adapter dependencies
byte-array-literals = { path = "crates/adapter/byte-array-literals" }
bitflags = { version = "2.5.0", default-features = false }
object = { version = "0.33", default-features = false, features = ["archive"] }
wasi = { version = "0.11.0", default-features = false }
wit-bindgen-rust-macro = { version = "0.25.0", default-features = false }
wit-bindgen-rust-macro = { version = "0.32.0", default-features = false }

[profile.release.package.viceroy-component-adapter]
opt-level = 's'
Expand Down
Loading

0 comments on commit 1ce9118

Please sign in to comment.