From ba4ba1c49a2b918814a78886f1310833da388c18 Mon Sep 17 00:00:00 2001 From: Pomax Date: Sun, 25 Oct 2020 08:40:47 -0700 Subject: [PATCH] update link to the wasi sdk The sdk was moved to the webassembly repo - it autoredirects, but updating the link is still nice =) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48e7807..881e3ff 100755 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ test/samples/*.js (3635 KiB) ### Wasm Build Steps -To build download the WASI SDK from https://github.com/CraneStation/wasi-sdk/releases. +To build download the WASI SDK from https://github.com/WebAssembly/wasi-sdk/releases. The Makefile assumes the existence of "wasi-sdk-11.0" and "wabt" (optional) as sibling folders to this project.