We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4756e commit a995a62Copy full SHA for a995a62
README.md
@@ -134,7 +134,7 @@ A typical installation from the release binaries might look like the following:
134
```shell script
135
WASI_OS=linux
136
WASI_ARCH=x86_64 # or 'arm64' if running on arm64 host
137
-WASI_VERSION=24
+WASI_VERSION=25
138
WASI_VERSION_FULL=${WASI_VERSION}.0
139
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION}/wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-${WASI_OS}.tar.gz
140
tar xvf wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-${WASI_OS}.tar.gz
0 commit comments