Skip to content

Commit 5a3567a

Browse files
authored
Add comment for ARM64 package installation to README.md (#515)
Hi! I added `WASI_ARCH=arm64` command for the arm64 package version to the installation command’s comment. I thought this would make the command more clear.
1 parent 10214e1 commit 5a3567a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ A typical installation from the release binaries might look like the following:
133133

134134
```shell script
135135
WASI_OS=linux
136-
WASI_ARCH=x86_64
136+
WASI_ARCH=x86_64 # or 'arm64' if running on arm64 host
137137
WASI_VERSION=24
138138
WASI_VERSION_FULL=${WASI_VERSION}.0
139139
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION}/wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-${WASI_OS}.tar.gz

0 commit comments

Comments
 (0)