We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c59b64 commit 5531968Copy full SHA for 5531968
README.md
@@ -4,7 +4,7 @@
4
5
## Quick Start
6
7
-[Download SDK packages here.](https://github.com/CraneStation/wasi-sdk/releases)
+[Download SDK packages here.](https://github.com/WebAssembly/wasi-sdk/releases)
8
9
## About this repository
10
@@ -13,7 +13,7 @@ git submodules to pull in the upstream Clang and LLVM tree, as well as the
13
wasi-libc tree.
14
15
The libc portion of this SDK is the
16
-[wasi-libc](https://github.com/CraneStation/wasi-libc).
+[wasi-libc](https://github.com/WebAssembly/wasi-libc).
17
18
Upstream Clang and LLVM (from 8.0 onwards) can compile for WASI out of the box,
19
and WebAssembly support is included in them by default. So, all that's done here
0 commit comments