From b43458bc3a5508c20ab7be99faecb06de47d8056 Mon Sep 17 00:00:00 2001 From: Mendy Berger <12537668+MendyBerger@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:03:38 -0400 Subject: [PATCH] Emscripten does not support the component model --- component-model/src/language-support/c.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/component-model/src/language-support/c.md b/component-model/src/language-support/c.md index ccc5541e..446cfb52 100644 --- a/component-model/src/language-support/c.md +++ b/component-model/src/language-support/c.md @@ -52,12 +52,6 @@ A WASI SDK installation will include a local version of `clang` configured with for a particular target platform.) Follow [these instructions](https://github.com/WebAssembly/wasi-sdk#use) to configure WASI SDK for use. -> [!NOTE] -> You can also use your installed system or [Emscripten](https://emscripten.org/) `clang` -> by building with `--target=wasm32-wasi`, but you will need some artifacts from WASI SDK -> to enable and link that build target (see the text about `libclang_rt.*.a` objects in -> [the WASI SDK README](https://github.com/webassembly/wasi-sdk?tab=readme-ov-file#about-this-repository)). - ## 2. Generate program skeleton from WIT Start by pasting the contents of the [sample `adder/world.wit` file][sample-wit]