Stream: git-wasmtime

Topic: wasmtime / issue #6385 Refactor test-programs to build mo...


view this post on Zulip Wasmtime GitHub notifications bot (May 16 2023 at 19:33):

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.

view this post on Zulip Wasmtime GitHub notifications bot (May 17 2023 at 17:47):

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 of wit-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: Oct 23 2024 at 20:03 UTC