From 6baec5b72be1861d929722b1fbc8e9715aef0e2a 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 14ec987..033094f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ sources mentioned above, and compile with 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