Skip to content

Commit

Permalink
chore(deps): update wasm-tools to *.214.0, wit-bindgen
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
  • Loading branch information
vados-cosmonic committed Jul 17, 2024
1 parent 76595a8 commit 8287f6f
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 96 deletions.
140 changes: 54 additions & 86 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ heck = "0.5.0"
js-component-bindgen = { path = "./crates/js-component-bindgen" }
semver = "1.0.23"
structopt = "0.3.26"
wasm-encoder = "0.212.0"
wasm-metadata = "0.212.0"
wasmparser = "0.212.0"
wasmprinter = "0.212.0"
wasm-encoder = "0.214.0"
wasm-metadata = "0.214.0"
wasmparser = "0.214.0"
wasmprinter = "0.214.0"
#wasmtime-environ = { version = "22.0.0", features = ["component-model", "compile"] }
wasmtime-environ = { git ="https://github.com/bytecodealliance/wasmtime", rev = "9bdb731ab653a3845a1fa6cb6fcb20505c049ee8", features = ["component-model", "compile"] }
wat = "1.212.0"
wit-bindgen = "0.27.0"
wit-bindgen-core = "0.27.0"
wit-component = { version = "0.212.0", features = ["dummy-module"] }
wit-parser = "0.212.0"
wasmtime-environ = { git ="https://github.com/bytecodealliance/wasmtime", rev = "88b45a47ebc02a547aedce886af3e3725031b798", features = ["component-model", "compile"] }
wat = "1.214.0"
wit-bindgen = "0.28.0"
wit-bindgen-core = "0.28.0"
wit-component = { version = "0.214.0", features = ["dummy-module"] }
wit-parser = "0.214.0"
xshell = "0.2.6"

[dev-dependencies]
Expand Down

0 comments on commit 8287f6f

Please sign in to comment.