pchickey commented on issue #6385:
I am applying a temporary exception to
deny.toml
for duplicate dependencies on wasm-encoder, wasmparser, and wit-parser. The wasmtime project versions have fallen behind the latest wit-bindgen, and @itsrainy is going to update those shortly with their core dumps work.I would typically just wait for that sort of work to finish up to land my PR, but I want to move along quickly so we can change the canonical home of the preview 2 work to this repository, which will unblock several other people.
pchickey commented on issue #6385:
https://github.com/bytecodealliance/wasmtime/pull/6385#issuecomment-1550247560 This change was backed out as part of merging with main after https://github.com/bytecodealliance/wasmtime/pull/6394 landed. Thank you @itsrainy.
Unfortunately, even with those fixes, there were still multiple versions of
wasm-tools
crates in the workspace, via the transitive dependencies ofwit-bindgen
. Alex and I decided that, since wit-bindgen is only used to build component tests, we will add a deny exception for its dependency tree.
Last updated: Nov 22 2024 at 16:03 UTC