github-actions[bot] commented on Issue #2097:
Subscribe to Label Action
cc @bnjbvr
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:wasm"Thus the following users have been cc'd because of the following labels:
- bnjbvr: cranelift
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
cfallin commented on Issue #2097:
I played a bit with
wasm-reducejust now but couldn't get it to actually reduce. It's possible I'm just holding it wrong; I've never used it before. In any case the intent was mostly just to have a test to ensure this doesn't regress; I suppose we can work to reduce it further if we need to debug an actual regression in the future. Thanks!
fitzgen commented on Issue #2097:
Yeah, I've generally had a better experience running
creduceon the WAT than runningwasm-reduceon the Wasm.
Last updated: Dec 13 2025 at 19:03 UTC