WASI SDK
WASI-enabled WebAssembly C/C++ toolchain observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 44
- age_days: 2737
- days_rel: 9
- days_push: 9
- n_releases_24m: 10
Adoption not part of the score
1628 stars · 236 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
WASI SDK is a WebAssembly C/C++ toolchain that bundles upstream Clang/LLVM with the wasi-libc sysroot, configured to target wasm32-wasi out of the box. It provides prebuilt SDK packages and CMake-based build scripts so developers can compile C and C++ code to WebAssembly that runs on WASI runtimes like Wasmtime.
Use cases
- compile c/c++ to webassembly
- build wasm binaries targeting wasi
- set up a clang toolchain with wasi-libc sysroot
- cross-compile native libraries to wasm32-wasi
- build portable sandboxed components from c++ code
- produce webassembly modules for wasmtime
When to choose
- you need to compile C or C++ source to WebAssembly with WASI system interfaces
- you want a prebuilt, ready-to-use Clang + sysroot instead of assembling one manually
- you're building portable plugins or serverless functions in C/C++ that run on WASI runtimes
When to avoid
- you're compiling Rust, Go, or other languages with their own WASI toolchains
- you only need to run WebAssembly, not compile to it
- you need browser-targeted WebAssembly without WASI APIs
Facets
library · maturity active
compiler build-tool developer-tools sdk compilers developer-tools cross-platform wasm windows cli wasi webassembly llvm clang wasi-libc sysroot cmake c-cpp-toolchain linux macos
4 sources
- readme: https://github.com/WebAssembly/wasi-sdk · fetched 2026-08-28 · 3a59ff01408e
- homepage: https://wasi.dev · fetched 2026-08-29 · 275e2d2ba1f0
- site_page: https://wasi.dev/releases · fetched 2026-08-29 · d071acda792a
- site_page: https://wasi.dev/releases/wasi-p3 · fetched 2026-08-29 · 007a2003b37d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| WebAssembly/wasi-sdk | main | 95 |
| WebAssembly/wasi-libc | backend | 68 |
For agents
markdown · JSON · MCP: product_card(name="WebAssembly/wasi-sdk")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem