Skip to content

Commit

Permalink
Add comment for ARM64 package installation to README.md (#515)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yomaytk authored Feb 17, 2025
1 parent 10214e1 commit 5a3567a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ A typical installation from the release binaries might look like the following:

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

0 comments on commit 5a3567a

Please sign in to comment.