Skip to content

Commit 86401dc

Browse files
authored
Remove union types (#654)
- Remove unused 'wat' dependency - Bump wasm-tools dependencies
1 parent b7c16b9 commit 86401dc

File tree

29 files changed

+75
-1805
lines changed

29 files changed

+75
-1805
lines changed

Cargo.lock

Lines changed: 46 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ clap = { version = "4.3.19", features = ["derive"] }
2929
env_logger = "0.10.0"
3030
indexmap = "2.0.0"
3131

32-
wasm-encoder = "0.31.1"
33-
wasm-metadata = "0.10.1"
34-
wat = "1.0.70"
35-
wit-parser = "0.10.0"
36-
wit-component = "0.13.2"
32+
wasm-encoder = "0.32.0"
33+
wasm-metadata = "0.10.3"
34+
wit-parser = "0.11.0"
35+
wit-component = "0.14.0"
3736

3837
wit-bindgen-core = { path = 'crates/core', version = '0.10.0' }
3938
wit-bindgen-c = { path = 'crates/c', version = '0.10.0' }
@@ -57,7 +56,6 @@ wit-bindgen-c = { workspace = true, features = ['clap'], optional = true }
5756
wit-bindgen-markdown = { workspace = true, features = ['clap'], optional = true }
5857
wit-bindgen-teavm-java = { workspace = true, features = ['clap'], optional = true }
5958
wit-bindgen-go = { workspace = true, features = ['clap'], optional = true }
60-
wat = { workspace = true }
6159
wit-component = { workspace = true }
6260
wasm-encoder = { workspace = true }
6361

0 commit comments

Comments
 (0)