Stream: rust-toolchain

Topic: requirements for stdlib wasi implementations


view this post on Zulip Alexandru Ene (May 05 2022 at 21:48):

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?

Filesystem API for WASI. Contribute to WebAssembly/wasi-filesystem development by creating an account on GitHub.

view this post on Zulip Alexandru Ene (May 05 2022 at 21:49):

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?

view this post on Zulip Dan Gohman (May 10 2022 at 18:35):

This is somewhat uncharted territory, and we kind of need to make up the rules as we go.

view this post on Zulip Dan Gohman (May 10 2022 at 18:35):

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.

view this post on Zulip Alexandru Ene (May 11 2022 at 09:16):

Makes sense, thanks!


Last updated: Nov 22 2024 at 17:03 UTC