File tree Expand file tree Collapse file tree
component-model/src/language-support Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,9 @@ A WASI SDK installation will include a local version of `clang` configured with
5050(A sysroot is a directory containing header files and libraries
5151for a particular target platform.)
5252Follow [ these instructions] ( https://github.com/WebAssembly/wasi-sdk#use ) to configure WASI SDK for use.
53- > [ !NOTE] : Note that you can also use your installed system or [ Emscripten] ( https://emscripten.org/ ) ` clang `
53+
54+ > [ !NOTE]
55+ > You can also use your installed system or [ Emscripten] ( https://emscripten.org/ ) ` clang `
5456> by building with ` --target=wasm32-wasi ` , but you will need some artifacts from WASI SDK
5557> to enable and link that build target (see the text about ` libclang_rt.*.a ` objects in
5658> [ the WASI SDK README] ( https://github.com/webassembly/wasi-sdk?tab=readme-ov-file#about-this-repository ) ).
You can’t perform that action at this time.
0 commit comments