Skip to content

Commit 42746b9

Browse files
Update component-model/src/language-support/c.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 3be8a7e commit 42746b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • component-model/src/language-support

component-model/src/language-support/c.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ the initial version of the WASI APIs.
107107
"P2" refers to [WASI Preview 2](https://github.com/WebAssembly/WASI/blob/main/wasip2/README.md),
108108
which introduced the component model.
109109
110-
We can build a P2 component quickly by using the `wasm32-wasip2-clang` binary
110+
While in the past building a P2 component required conversion from a P1 component,
111+
we can build a P2 component directly by using the `wasm32-wasip2-clang` binary
111112
that was installed by the WASI SDK.
112113
If necessary, change `/opt/wasi-sdk` to the path where you installed
113114
the WASI SDK.

0 commit comments

Comments
 (0)