File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ tar xvf wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz
71
71
72
72
## Use
73
73
74
- Use the clang installed in the wasi-sdk directory:
74
+ Use the clang installed in the ` wasi-sdk ` directory:
75
75
76
76
``` shell script
77
77
export WASI_SDK_PATH=` pwd` /wasi-sdk-${WASI_VERSION_FULL}
@@ -111,10 +111,10 @@ in the install directory.
111
111
112
112
## Docker Image
113
113
114
- We provide a [ docker image] including wasi-sdk that can be used for building
114
+ We provide a [ docker image] including WASI SDK that can be used for building
115
115
projects without a separate installation of the SDK. Autotools, CMake, and Ninja
116
116
are included in this image, and standard environment variables are set to use
117
- wasi-sdk for building.
117
+ WASI SDK for building.
118
118
119
119
[ docker image ] : https://github.com/WebAssembly/wasi-sdk/pkgs/container/wasi-sdk
120
120
@@ -127,7 +127,7 @@ docker run -v `pwd`:/src -w /src ghcr.io/webassembly/wasi-sdk make
127
127
128
128
Take note of the [ notable limitations] ( #notable-limitations ) below when
129
129
building projects, for example many projects will need threads support
130
- disabled in a configure step before building with wasi-sdk .
130
+ disabled in a configure step before building with WASI SDK .
131
131
132
132
## Notable Limitations
133
133
You can’t perform that action at this time.
0 commit comments