11<h1 align =" center " >wstd</h1 >
22<div align =" center " >
33 <strong >
4- An async standard library for Wasm Components and WASI 0.2
4+ An async Rust standard library for Wasm Components and WASI 0.2
55 </strong >
66</div >
77
8+ <div align =" center " >
89 <strong >A <a href =" https://bytecodealliance.org/ " >Bytecode Alliance</a > project</strong >
10+ </div >
911
1012<br />
1113
3335 API Docs
3436 </a>
3537 <span> | </span>
36- <a href="https://github.com/yoshuawuyts /wstd/releases">
38+ <a href="https://github.com/bytecodealliance /wstd/releases">
3739 Releases
3840 </a>
3941 <span> | </span>
40- <a href="https://github.com/yoshuawuyts /wstd/blob/master.github /CONTRIBUTING.md">
42+ <a href="https://github.com/bytecodealliance /wstd/blob/main /CONTRIBUTING.md">
4143 Contributing
4244 </a>
4345 </h3 >
4446</div >
4547
4648
47- This is a minimal async standard library written exclusively to support Wasm
48- Components. It exists primarily to enable people to write async-based
49+ This is a minimal async Rust standard library written exclusively to support
50+ Wasm Components. It exists primarily to enable people to write async-based
4951applications in Rust before async-std, smol, or tokio land support for Wasm
5052Components and WASI 0.2. Once those runtimes land support, it is recommended
5153users switch to use those instead.
@@ -93,9 +95,9 @@ look at some of these issues:
9395- [ Issues labeled "good first issue"] [ good-first-issue ]
9496- [ Issues labeled "help wanted"] [ help-wanted ]
9597
96- [ contributing ] : https://github.com/yoshuawuyts /wstd/blob/master.github /CONTRIBUTING.md
97- [ good-first-issue ] : https://github.com/yoshuawuyts /wstd/labels/good%20first%20issue
98- [ help-wanted ] : https://github.com/yoshuawuyts /wstd/labels/help%20wanted
98+ [ contributing ] : https://github.com/bytecodealliance /wstd/blob/main /CONTRIBUTING.md
99+ [ good-first-issue ] : https://github.com/bytecodealliance /wstd/labels/good%20first%20issue
100+ [ help-wanted ] : https://github.com/bytecodealliance /wstd/labels/help%20wanted
99101
100102## License
101103
@@ -108,6 +110,7 @@ License, Version 2.0 with LLVM Exception</a>.
108110
109111<sub >
110112Unless you explicitly state otherwise, any contribution intentionally submitted
111- for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
112- be dual licensed as above, without any additional terms or conditions.
113+ for inclusion in this crate by you, as defined in the Apache-2.0 license with
114+ LLVM Exception, shall be licensed as above, without any additional terms or
115+ conditions.
113116</sub >
0 commit comments