saulecabrera opened issue #9734:
The Wasm Threads proposal is considered Tier 1 according to Wasmtime's Tiers of support.
Winch currently doesn't support this proposal.
saulecabrera added the winch label to Issue #9734.
github-actions[bot] commented on issue #9734:
Subscribe to Label Action
cc @saulecabrera
<details>
This issue or pull request has been labeled: "winch"Thus the following users have been cc'd because of the following labels:
- saulecabrera: winch
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
MarinPostma commented on issue #9734:
If my understanding is correct, we need to:
- we need to add to this macros the list of new instruction from thread proposal
- implement the new instructions for the
aarch64andx86_64backend (in bothmasm.rsandasm.rs)- probably add a compile time flag, like
winch-threadthat removes this flag while the feature is being developpedIs there anything else I'm missing?
Last updated: Dec 13 2025 at 19:03 UTC