Update instructions to latest release number

Signed-off-by: tpmccallum <mistermac2008@gmail.com>
pull/528/head
tpmccallum 4 months ago
parent 5e4756e449
commit d2e8a624dd
No known key found for this signature in database
GPG Key ID: 02E22E5402D84023

@ -134,7 +134,7 @@ A typical installation from the release binaries might look like the following:
```shell script
WASI_OS=linux
WASI_ARCH=x86_64 # or 'arm64' if running on arm64 host
WASI_VERSION=24
WASI_VERSION=25
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
tar xvf wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-${WASI_OS}.tar.gz

Loading…
Cancel
Save