Description
I came across below from rust-lang making a triple wasm32-wasi-preview1-threads
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?