-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
tokio: enable rt-multi-thread for wasm32-wasi-preview1-threads target #6510
Conversation
e7e468c
to
676ddc5
Compare
target: | ||
- wasm32-wasi | ||
- wasm32-wasi-preview1-threads |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do these target names interact with #6484?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can change the wasm32-wasi-preview1-threads
to wasm32-wasip1-threads
after the name changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
@Darksonn Hello! I'm in need of this particular feature, however it does not appear to have been released yet. Would you happen to know if there is an expected timeframe for when it might become available? |
This week. |
I'm trying to compile a project with the feature
The full command I'm running to get it to compile is:
Am I missing something? It seems like it should be working since this PR was merged in v1.38.0 |
It's unstable. Please see the docs for information on using unstable features. |
Motivation
Enable
rt-multi-thread
forwasm32-wasi-preview1-threads
target