You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's not right, wasi-threads is an extension to the Wasi Preview 1 specification which adds support for threads. That rationale was been clearly described in the rust-lang/compiler-team#574. The only thing that's changed since is that rust-lang/compiler-team#607 has been accepted, but that doesn't change the relationship between the base target and the threads extension. Since the compiler team has already accepted that rationale, it doesn't seem particularly productive to relitigate that in this PR
I am probably wrong, but I interpreted this as wasi-threads being an extension like the socket ABIs (sock_accept etc), which was added after the fact to wasi_snapshot_preview1. Can you clarify the position on this. Particularly, if this is a part of the wasi_snapshot_preview1 or not, and if this is intentionally in witx or will be converted to component model?
The text was updated successfully, but these errors were encountered:
apologies @yoshuawuyts for putting words in your mouth. I re-did the description to quote instead of summarize. I am actually confused and I believe this spec can clarify its intent.
I came across below from rust-lang making a triple wasm32-wasi-preview1-threads
I am probably wrong, but I interpreted this as wasi-threads being an extension like the socket ABIs (
sock_accept
etc), which was added after the fact towasi_snapshot_preview1
. Can you clarify the position on this. Particularly, if this is a part of thewasi_snapshot_preview1
or not, and if this is intentionally in witx or will be converted to component model?The text was updated successfully, but these errors were encountered: