File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed 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`].
31
31
32
32
# Usage
33
33
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 :
35
35
36
- ``` toml
37
- [dependencies ]
38
- wasi = " 0.12.0"
36
+ ``` sh
37
+ $ cargo add wasi
39
38
```
40
39
41
40
Next 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
148
147
- Apache 2/ MIT is used in the rust standard library, and some of this code may be migrated there.
149
148
- Some of this code may be used in compiler output, and the Apache 2 with LLVM exceptions licence is useful for this.
150
149
151
- For more details see
150
+ For more details see
152
151
- [ Apache 2 Licence] ( LICENSE-APACHE )
153
152
- [ Apache 2 Licence with LLVM exceptions] ( LICENSE-Apache-2.0_WITH_LLVM-exception )
154
153
- [ MIT Licence] ( LICENSE-MIT )
You can’t perform that action at this time.
0 commit comments