Skip to content

Commit 4e5055e

Browse files
fix: remove warning for alternate route
1 parent b0e4bf1 commit 4e5055e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • component-model/src/language-support

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ such as buliding for a platform that does not support P2, details on a more manu
7676

7777
## Build a WebAssembly module (P1) with `clang`
7878

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:
79+
Compile the component code into a WebAssembly P1 module via clang:
8480

8581
```console
8682
clang component.c adder.c adder_component_type.o -o adder.wasm -mexec-model=reactor

0 commit comments

Comments
 (0)