Skip to content

Commit b0e4bf1

Browse files
fix: add some detail for manual approach situations
1 parent fd0a55e commit b0e4bf1

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
@@ -68,7 +68,8 @@ Given that `wasi-sdk` has ben installed, we can build a Preview 2 component quic
6868

6969
After this command completes, you will have a new file named `adder.wasm` available in the source folder.
7070

71-
For details on a more manual approach , see the following instructions:
71+
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:
7273

7374
<details>
7475
<summary>Manual P1 & P2 build using `wasi-sdk`'s `clang` and `wasm-tools`</summary>

0 commit comments

Comments
 (0)