1
1
<h1 align =" center " >wstd</h1 >
2
2
<div align =" center " >
3
3
<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
5
5
</strong >
6
6
</div >
7
7
8
+ <div align =" center " >
8
9
<strong >A <a href =" https://bytecodealliance.org/ " >Bytecode Alliance</a > project</strong >
10
+ </div >
9
11
10
12
<br />
11
13
33
35
API Docs
34
36
</a>
35
37
<span> | </span>
36
- <a href="https://github.com/yoshuawuyts /wstd/releases">
38
+ <a href="https://github.com/bytecodealliance /wstd/releases">
37
39
Releases
38
40
</a>
39
41
<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">
41
43
Contributing
42
44
</a>
43
45
</h3 >
44
46
</div >
45
47
46
48
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
49
51
applications in Rust before async-std, smol, or tokio land support for Wasm
50
52
Components and WASI 0.2. Once those runtimes land support, it is recommended
51
53
users switch to use those instead.
@@ -93,9 +95,9 @@ look at some of these issues:
93
95
- [ Issues labeled "good first issue"] [ good-first-issue ]
94
96
- [ Issues labeled "help wanted"] [ help-wanted ]
95
97
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
99
101
100
102
## License
101
103
@@ -108,6 +110,7 @@ License, Version 2.0 with LLVM Exception</a>.
108
110
109
111
<sub >
110
112
Unless 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.
113
116
</sub >
0 commit comments