Skip to content

Commit

Permalink
Remove component union types (bytecodealliance#6913)
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 authored and eduardomourar committed Sep 6, 2023
1 parent 3284993 commit 0e662a2
Show file tree
Hide file tree
Showing 23 changed files with 161 additions and 778 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.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,15 @@ is-terminal = "0.4.0"
wit-bindgen = { version = "0.9.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 0e662a2

Please sign in to comment.