alexcrichton opened PR #10303 from alexcrichton:improve-rebuild to bytecodealliance:main:
This commit improves the logic of detecting when to rebuild the
test-programsartifacts used during test by parsing the*.dfiles that Cargo emits as part of its compilation and using that as thecargo:rerun-if-changeddirective. This not only includes what was previously depended on but additionally includes features such aspathdependencies which might temporarily be used during development.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested pchickey for a review on PR #10303.
alexcrichton requested wasmtime-core-reviewers for a review on PR #10303.
alexcrichton requested wasmtime-default-reviewers for a review on PR #10303.
pchickey submitted PR review:
Thanks, all good except for the gitignore
pchickey created PR review comment:
This doesn't look right
alexcrichton submitted PR review.
alexcrichton created PR review comment:
Oh this is actually intentional, although I forgot to mention it. We
./crates/test-programs/artifactsin the repo which was otherwise being ignored when new changes were being added to it and I was editing things around there so figured I'd fix it up here as well. This was added originally because our c-api documentation generated this folder in the root of the repo
alexcrichton merged PR #10303.
Last updated: Dec 13 2025 at 21:03 UTC