bytecodealliance/Install WASI SDK
Install a WASI SDK toolchain for WebAssembly development
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | WASI SDK version to install (e.g., "25", "24", "23") | no | latest |
| install-path | Directory to install WASI SDK to | no | ${{ runner.tool_cache }}/wasi-sdk |
| add-to-path | Add WASI SDK bin directory to PATH | no | true |
| github-token | GitHub token for API requests (avoids rate limiting) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| wasi-sdk-path | Path to the installed WASI SDK |
| wasi-sdk-version | Version of WASI SDK that was installed |
| clang-path | Path to the clang executable |
| sysroot-path | Path to the WASI sysroot |