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
aarch64
andx86_64
backend (in bothmasm.rs
andasm.rs
)- probably add a compile time flag, like
winch-thread
that removes this flag while the feature is being developpedIs there anything else I'm missing?
Last updated: Dec 23 2024 at 12:05 UTC