We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e4bf1 commit 4e5055eCopy full SHA for 4e5055e
1 file changed
component-model/src/language-support/c.md
@@ -76,11 +76,7 @@ such as buliding for a platform that does not support P2, details on a more manu
76
77
## Build a WebAssembly module (P1) with `clang`
78
79
-> [!WARNING]
80
-> These instructions are no longer necessary given that `wasi-sdk`'s `wasm32-wasip2-clang` can be used directly.
81
-> The instructions below are left mostly as a reference for those who want to take an alternative route.
82
-
83
-Now, you can compile the function into a Wasm module via clang:
+Compile the component code into a WebAssembly P1 module via clang:
84
85
```console
86
clang component.c adder.c adder_component_type.o -o adder.wasm -mexec-model=reactor
0 commit comments