Skip to content

Commit

Permalink
switch wasm-tools to v1.220.0-based branch
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Dice <[email protected]>
  • Loading branch information
dicej committed Nov 21, 2024
1 parent 71897f2 commit f747135
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 70 deletions.
106 changes: 46 additions & 60 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 @@ -276,16 +276,16 @@ wit-bindgen = { version = "0.35.0", default-features = false }
wit-bindgen-rust-macro = { version = "0.35.0", default-features = false }

# wasm-tools family:
wasmparser = { git = "https://github.com/dicej/wasm-tools", branch = "async", default-features = false }
wat = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
wast = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
wasmprinter = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
wasm-encoder = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
wasm-smith = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
wasm-mutate = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
wit-parser = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
wit-component = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
wasm-wave = { git = "https://github.com/dicej/wasm-tools", branch = "async" }
wasmparser = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0", default-features = false }
wat = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
wast = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
wasmprinter = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
wasm-encoder = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
wasm-smith = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
wasm-mutate = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
wit-parser = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
wit-component = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }
wasm-wave = { git = "https://github.com/dicej/wasm-tools", branch = "async-v1.220.0" }

# Non-Bytecode Alliance maintained dependencies:
# --------------------------
Expand Down

0 comments on commit f747135

Please sign in to comment.