File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
component-model/src/language-support Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,6 @@ A WASI SDK installation will include a local version of `clang` configured with
5252for a particular target platform.)
5353Follow [ 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
6357Start by pasting the contents of the [ sample ` adder/world.wit ` file] [ sample-wit ]
You can’t perform that action at this time.
0 commit comments