File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,11 @@ npm install
189189npx 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
You can’t perform that action at this time.
0 commit comments