Skip to content

Commit

Permalink
Rename the repository from wasi to wasi-rs.
Browse files Browse the repository at this point in the history
As discussed in #88, rename the repository from `wasi` to `wasi-rs`.

Fixes #88.
  • Loading branch information
sunfishcode committed May 13, 2024
1 parent 260c609 commit 21f77a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "WASI API bindings for Rust"
edition = "2021"
categories = ["no-std", "wasm"]
keywords = ["webassembly", "wasm"]
repository = "https://github.com/bytecodealliance/wasi"
repository = "https://github.com/bytecodealliance/wasi-rs"
readme = "README.md"
documentation = "https://docs.rs/wasi"

Expand Down

0 comments on commit 21f77a9

Please sign in to comment.