We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0a55e commit b0e4bf1Copy full SHA for b0e4bf1
1 file changed
component-model/src/language-support/c.md
@@ -68,7 +68,8 @@ Given that `wasi-sdk` has ben installed, we can build a Preview 2 component quic
68
69
After this command completes, you will have a new file named `adder.wasm` available in the source folder.
70
71
-For details on a more manual approach , see the following instructions:
+For use cases that require building a P1 module and/or adapting an existing P1 module into a P2 module,
72
+such as buliding for a platform that does not support P2, details on a more manual approach can be found below:
73
74
<details>
75
<summary>Manual P1 & P2 build using `wasi-sdk`'s `clang` and `wasm-tools`</summary>
0 commit comments