Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winch: Threads support #9734

Open
saulecabrera opened this issue Dec 4, 2024 · 2 comments
Open

winch: Threads support #9734

saulecabrera opened this issue Dec 4, 2024 · 2 comments
Labels
winch Winch issues or pull requests

Comments

@saulecabrera
Copy link
Member

The Wasm Threads proposal is considered Tier 1 according to Wasmtime's Tiers of support.

Winch currently doesn't support this proposal.

@saulecabrera saulecabrera converted this from a draft issue Dec 4, 2024
@saulecabrera saulecabrera added the winch Winch issues or pull requests label Dec 4, 2024
Copy link

github-actions bot commented Dec 4, 2024

Subscribe to Label Action

cc @saulecabrera

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 .github/subscribe-to-label.json configuration file.

Learn more.

@saulecabrera saulecabrera moved this to Todo in Winch Dec 6, 2024
@MarinPostma
Copy link
Contributor

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 and x86_64 backend (in both masm.rs and asm.rs)
  • probably add a compile time flag, like winch-thread that removes this flag while the feature is being developped

Is there anything else I'm missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
winch Winch issues or pull requests
Projects
Status: Todo
Development

No branches or pull requests

2 participants