-
Notifications
You must be signed in to change notification settings - Fork 315
Component model threading intrinsic updates #2430
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
base: main
Are you sure you want to change the base?
Component model threading intrinsic updates #2430
Conversation
|
|
|
wasmtime patches: bytecodealliance/wasmtime#12466 |
alexcrichton
left a comment
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.
Looks good to me, thanks! When you're ready to have this merged I'm happy to do so
|
Just out of curiosity, is there already a document describing the behavior of these new thread primitives? I looked at https://github.com/WebAssembly/component-model and couldn't find much. |
|
@cpetig Luke is currently getting a PR together for it. I'm trying to get some implementation experience with it to verify that the changes will solve current issues I'm having with the pthreads impl |
A draft PR for upcoming proposed changes to the component model threading intrinsics to support the
wasi-libcpthreadsimplementation.