We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c4100 commit e327d6bCopy full SHA for e327d6b
1 file changed
README.md
@@ -189,6 +189,11 @@ npm install
189
npx playwright install
190
```
191
192
+```bash
193
+# Install cargo component subcommand
194
+cargo binstall cargo-component
195
+```
196
+
197
#### C tooling
198
199
[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)):
251
256
--plugins ./target/wasm32-wasip1/debug/plugin_cat.wasm\
252
257
--plugins ./target/wasm32-wasip1/debug/plugin_tee.wasm\
253
258
--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\
255
260
--allow-all
261
262
0 commit comments