jcbhmr/Setup wasm-tools
👩💻 wasm-tools installer for GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 18, 2024
- License
- None
Pinned Snippet
uses: jcbhmr/setup-wasm-tools@967df801cc3282b13a6a084571e0dbe429910a4c # v2.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| wasm-tools-version | Which version of wasm-tools to install. This can be an exact version specifier such as '1.0.0' or a semver range like '~1.0.0' or '1.x'. Use 'latest' to always install the latest release. Defaults to 'latest'. | — | latest |
| wasm-tools-token | The GitHub token to use when fetching the version list from bytecodealliance/wasm-tools. You shouldn't have to touch this. The default is the 'github.token' if you're on github.com or unauthenticated (rate limited) if you're not on github.com. | — | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
Outputs
| name | description |
|---|---|
| wasm-tools-version | The version of wasm-tools that was installed. This will be something like '1.0.0' or similar. |
| cache-hit | Whether or not wasm-tools was restored from the runner's cache or download anew. |