alexcrichton commented on issue #7378:
Thanks! For
cargo vetI've send a PR with the audit for this at https://github.com/bytecodealliance/wasmtime/pull/7380 and once that's landed you can rebase this on that and we can merge
nagisa commented on issue #7378:
Hmph,
cargo vetis still failing in the CI, even though locally it works perfectly fine now :confused:
alexcrichton commented on issue #7378:
Apologies that's my bad, I opened https://github.com/bytecodealliance/wasmtime/pull/7391 to re-add the vet after I accidentally deleted it.
Note that
cargo vetlocally is probably automatically re-adding the entry, I think you'll needcargo vet --lockedto reproduce the failure on CI
Last updated: Dec 13 2025 at 21:03 UTC