Skip to content

Commit

Permalink
Remove component union types
Browse files Browse the repository at this point in the history
- Bump wasm-tools deps
- Use new TypeSectionReader::into_iter_err_on_gc_types method
  • Loading branch information
lann committed Aug 25, 2023
1 parent 2da108d commit ab30b41
Show file tree
Hide file tree
Showing 23 changed files with 162 additions and 779 deletions.
118 changes: 60 additions & 58 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 @@ -202,18 +202,18 @@ io-extras = "0.18.0"
rustix = "0.38.8"
is-terminal = "0.4.0"
# wit-bindgen:
wit-bindgen = { version = "0.9.0", default-features = false }
wit-bindgen = { version = "0.11.0", default-features = false }

# wasm-tools family:
wasmparser = "0.111.0"
wat = "1.0.70"
wast = "63.0.0"
wasmprinter = "0.2.63"
wasm-encoder = "0.31.1"
wasm-smith = "0.12.14"
wasm-mutate = "0.2.31"
wit-parser = "0.10.0"
wit-component = "0.13.2"
wasmparser = "0.112.0"
wat = "1.0.71"
wast = "64.0.0"
wasmprinter = "0.2.64"
wasm-encoder = "0.32.0"
wasm-smith = "0.12.15"
wasm-mutate = "0.2.32"
wit-parser = "0.11.0"
wit-component = "0.14.0"

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

0 comments on commit ab30b41

Please sign in to comment.