We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be8a7e commit 42746b9Copy full SHA for 42746b9
1 file changed
component-model/src/language-support/c.md
@@ -107,7 +107,8 @@ the initial version of the WASI APIs.
107
"P2" refers to [WASI Preview 2](https://github.com/WebAssembly/WASI/blob/main/wasip2/README.md),
108
which introduced the component model.
109
110
-We can build a P2 component quickly by using the `wasm32-wasip2-clang` binary
+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
112
that was installed by the WASI SDK.
113
If necessary, change `/opt/wasi-sdk` to the path where you installed
114
the WASI SDK.
0 commit comments