Skip to content

Commit e1ba852

Browse files
Update component-model/src/language-support/using-http-in-components/rust.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 5576d40 commit e1ba852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/language-support/using-http-in-components

component-model/src/language-support/using-http-in-components/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cd wasm-http-hello-world
2828
```
2929

3030

31-
Add [`wstd`][wstd], a Rust async standard library for Wasm components.
31+
Add [`wstd`][wstd], a Rust async standard library for Wasm components as a dependency with `cargo add`:
3232
```console
3333
cargo add wstd
3434
```

0 commit comments

Comments
 (0)