We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d68e09 commit df8a045Copy full SHA for df8a045
1 file changed
component-model/src/language-support/c.md
@@ -36,7 +36,7 @@ with the ability to add more language generators in the future.
36
First, install the following dependencies:
37
1. The CLI for [`wit-bindgen`](https://github.com/bytecodealliance/wit-bindgen#cli-installation)
38
2. [`wasm-tools`](https://github.com/bytecodealliance/wasm-tools)
39
- * `wasm-tools` is a program that inspects compiled WebAssembly modules and components,
+ * `wasm-tools` can be used to inspect compiled WebAssembly modules and components,
40
as well as converting between preview1 modules and preview2 components in
41
the optional manual workflow.
42
3. The [`WASI SDK`](https://github.com/webassembly/wasi-sdk)
0 commit comments