From 8767c957de4a8209d3663fb486eb8ef0beede93b Mon Sep 17 00:00:00 2001 From: Pomax Date: Mon, 26 Oct 2020 14:44:20 -0700 Subject: [PATCH] update link to the wasi sdk (#19) 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.