change to latest version

pull/232/head
Greg. A 3 years ago committed by Dan Gohman
parent bb246b1266
commit dc22409ab6

@ -55,7 +55,7 @@ The built package can be found into `dist` directory.
A typical installation from the release binaries might look like the following: A typical installation from the release binaries might look like the following:
```shell script ```shell script
export WASI_VERSION=12 export WASI_VERSION=14
export WASI_VERSION_FULL=${WASI_VERSION}.0 export WASI_VERSION_FULL=${WASI_VERSION}.0
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION}/wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION}/wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz
tar xvf wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz tar xvf wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz

Loading…
Cancel
Save