Skip to content

Commit a3ac832

Browse files
authored
fix(langs/c): Emscripten does not support the component model (#320)
1 parent ee558a3 commit a3ac832

File tree

1 file changed

+0
-6
lines changed
  • component-model/src/language-support

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ A WASI SDK installation will include a local version of `clang` configured with
5252
for a particular target platform.)
5353
Follow [these instructions](https://github.com/WebAssembly/wasi-sdk#use) to configure WASI SDK for use.
5454

55-
> [!NOTE]
56-
> You can also use your installed system or [Emscripten](https://emscripten.org/) `clang`
57-
> by building with `--target=wasm32-wasi`, but you will need some artifacts from WASI SDK
58-
> to enable and link that build target (see the text about `libclang_rt.*.a` objects in
59-
> [the WASI SDK README](https://github.com/webassembly/wasi-sdk?tab=readme-ov-file#about-this-repository)).
60-
6155
## 2. Generate program skeleton from WIT
6256

6357
Start by pasting the contents of the [sample `adder/world.wit` file][sample-wit]

0 commit comments

Comments
 (0)