Fix download link for wasi-sdk (#3077)

The wasi-sdk repo moved from CraneStation to the WebAssembly org
on GitHub.
This commit is contained in:
Bruce Mitchener
2024-01-24 12:42:45 +07:00
committed by GitHub
parent 3fcd79867d
commit 61fe78c9ff
8 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@ Usually there are two tasks for integrating the WAMR into a particular project:
The **[WAMR SDK](./wamr-sdk)** tools is helpful to finish the two tasks quickly. It supports menu configuration for selecting WAMR components and builds the WAMR to a SDK package that includes **runtime SDK** and **APP SDK**. The runtime SDK is used for building the native application and the APP SDK should be shipped to WASM application developers.
**Note**: [WASI-SDK](https://github.com/CraneStation/wasi-sdk/releases) version 7 and above should be installed before building the WAMR SDK.
**Note**: [WASI-SDK](https://github.com/WebAssembly/wasi-sdk/releases) version 7 and above should be installed before building the WAMR SDK.