As I've started to work on threads proposals, I've given a look at all the other proposals, as none are technically "done", and are at various stages in the standardization process (e.g. a fair bit at are stage 2 e.g. filesystem: https://github.com/WebAssembly/wasi-filesystem)
What are the requirements for the rust sdlib to add an implementation for wasm32-wasi
from the standardization stage pov?
E.g. if we get threads to stage 2, would that be sufficient to open a PR for the rust stdlib thread impls? Are different reqs depending on the functionality?
This is somewhat uncharted territory, and we kind of need to make up the rules as we go.
I think it's fair to say that since we currently have stage-2 proposals in upstream Rust, that a stage-2 thread proposal could go upstream too.
Makes sense, thanks!
Last updated: Nov 22 2024 at 17:03 UTC