File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,11 +31,10 @@ This crate is procedurally generated from [WIT] files using [`wit-bindgen`].
3131
3232# Usage
3333
34- First you can depend on this crate via ` Cargo.toml ` :
34+ Depending on this crate can be done by adding it to your dependencies :
3535
36- ``` toml
37- [dependencies ]
38- wasi = " 0.12.0"
36+ ``` sh
37+ $ cargo add wasi
3938```
4039
4140Next you can use the APIs in the root of the module like so:
@@ -148,7 +147,7 @@ This project is triple licenced under the Apache 2/ Apache 2 with LLVM exception
148147- Apache 2/ MIT is used in the rust standard library, and some of this code may be migrated there.
149148- Some of this code may be used in compiler output, and the Apache 2 with LLVM exceptions licence is useful for this.
150149
151- For more details see
150+ For more details see
152151- [ Apache 2 Licence] ( LICENSE-APACHE )
153152- [ Apache 2 Licence with LLVM exceptions] ( LICENSE-Apache-2.0_WITH_LLVM-exception )
154153- [ MIT Licence] ( LICENSE-MIT )
You can’t perform that action at this time.
0 commit comments