Skip to content

Commit

Permalink
Update to wasmtime-25 (#432)
Browse files Browse the repository at this point in the history
* Update to wasmtime-25

* Update for changes between wasmtime 22 and 25

* Weed out duplicates of wasmparser and wasm-encoder

* Update the adapter
  • Loading branch information
elliottt authored Sep 26, 2024
1 parent 3e839fe commit c9ad383
Show file tree
Hide file tree
Showing 10 changed files with 621 additions and 662 deletions.
609 changes: 297 additions & 312 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ futures = "0.3.24"
url = "2.3.1"

# Wasmtime dependencies
wasmtime = "22.0.0"
wasmtime-wasi = "22.0.0"
wasmtime-wasi-nn = "22.0.0"
wiggle = "22.0.0"
wasmtime = "25.0.0"
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 c9ad383

Please sign in to comment.