Skip to content

Commit e327d6b

Browse files
committed
docs: fix missing infos / typos
1 parent 43c4100 commit e327d6b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@ npm install
189189
npx playwright install
190190
```
191191

192+
```bash
193+
# Install cargo component subcommand
194+
cargo binstall cargo-component
195+
```
196+
192197
#### C tooling
193198

194199
[From the WebAssembly Component Model section for C tooling](https://component-model.bytecodealliance.org/language-support/c.html)
@@ -251,7 +256,7 @@ This will (see [justfile](./justfile)):
251256
--plugins ./target/wasm32-wasip1/debug/plugin_cat.wasm\
252257
--plugins ./target/wasm32-wasip1/debug/plugin_tee.wasm\
253258
--plugins ./c_modules/plugin-echo/plugin-echo-c.wasm\
254-
--plugins ./go_modules/plugin-echo-go/plugin-echo-go.wasm\
259+
--plugins ./go_modules/plugin-echo/plugin-echo-go.wasm\
255260
--allow-all
256261
```
257262

0 commit comments

Comments
 (0)