From dc22409ab680f94d6fd2f699497e89ba74a1bee8 Mon Sep 17 00:00:00 2001 From: "Greg. A" Date: Thu, 17 Feb 2022 19:51:52 +0100 Subject: [PATCH] change to latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0a6bc3..80f3bfc 100644 --- a/README.md +++ b/README.md @@ -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: ```shell script -export WASI_VERSION=12 +export WASI_VERSION=14 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 tar xvf wasi-sdk-${WASI_VERSION_FULL}-linux.tar.gz