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,10 +50,10 @@ 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 that you can also use your installed system or [ Emscripten] ( https://emscripten.org/ ) ` clang `
54- by building with ` --target=wasm32-wasi ` , but you will need some artifacts from WASI SDK
55- to enable and link that build target (see the text about ` libclang_rt.*.a ` objects in
56- [ the WASI SDK README] ( https://github.com/webassembly/wasi-sdk?tab=readme-ov-file#about-this-repository ) ).
53+ > [ !NOTE ] : Note that you can also use your installed system or [ Emscripten] ( https://emscripten.org/ ) ` clang `
54+ > by building with ` --target=wasm32-wasi ` , but you will need some artifacts from WASI SDK
55+ > to enable and link that build target (see the text about ` libclang_rt.*.a ` objects in
56+ > [ the WASI SDK README] ( https://github.com/webassembly/wasi-sdk?tab=readme-ov-file#about-this-repository ) ).
5757
5858## 2. Generate program skeleton from WIT
5959
You can’t perform that action at this time.
0 commit comments