Skip to content

readme, contributing: tweaks #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ misleading, or incorrect.
Before creating a nontrivial PR to wstd, we suggest you first [file an issue]
to propose and discuss the change.

[file an issue]: https://github.com/yoshuawuyts/wstd/issues
[file an issue]: https://github.com/bytecodealliance/wstd/issues
[rust docs]: https://docs.rs/wstd/latest/wstd
[examples]: https://github.com/yoshuawuyts/wstd/tree/main/examples
[examples]: https://github.com/bytecodealliance/wstd/tree/main/examples

## Join Our Chat

Expand Down
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<h1 align="center">wstd</h1>
<div align="center">
<strong>
An async standard library for Wasm Components and WASI 0.2
An async Rust standard library for Wasm Components and WASI 0.2
</strong>
</div>

<div align="center">
<strong>A <a href="https://bytecodealliance.org/">Bytecode Alliance</a> project</strong>
</div>

<br />

Expand Down Expand Up @@ -33,19 +35,19 @@
API Docs
</a>
<span> | </span>
<a href="https://github.com/yoshuawuyts/wstd/releases">
<a href="https://github.com/bytecodealliance/wstd/releases">
Releases
</a>
<span> | </span>
<a href="https://github.com/yoshuawuyts/wstd/blob/master.github/CONTRIBUTING.md">
<a href="https://github.com/bytecodealliance/wstd/blob/main/CONTRIBUTING.md">
Contributing
</a>
</h3>
</div>


This is a minimal async standard library written exclusively to support Wasm
Components. It exists primarily to enable people to write async-based
This is a minimal async Rust standard library written exclusively to support
Wasm Components. It exists primarily to enable people to write async-based
applications in Rust before async-std, smol, or tokio land support for Wasm
Components and WASI 0.2. Once those runtimes land support, it is recommended
users switch to use those instead.
Expand Down Expand Up @@ -93,9 +95,9 @@ look at some of these issues:
- [Issues labeled "good first issue"][good-first-issue]
- [Issues labeled "help wanted"][help-wanted]

[contributing]: https://github.com/yoshuawuyts/wstd/blob/master.github/CONTRIBUTING.md
[good-first-issue]: https://github.com/yoshuawuyts/wstd/labels/good%20first%20issue
[help-wanted]: https://github.com/yoshuawuyts/wstd/labels/help%20wanted
[contributing]: https://github.com/bytecodealliance/wstd/blob/main/CONTRIBUTING.md
[good-first-issue]: https://github.com/bytecodealliance/wstd/labels/good%20first%20issue
[help-wanted]: https://github.com/bytecodealliance/wstd/labels/help%20wanted

## License

Expand All @@ -108,6 +110,7 @@ License, Version 2.0 with LLVM Exception</a>.

<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.
for inclusion in this crate by you, as defined in the Apache-2.0 license with
LLVM Exception, shall be licensed as above, without any additional terms or
conditions.
</sub>
Loading