jcbhmr/Setup wasm-tools

👩‍💻 wasm-tools installer for GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 18, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: jcbhmr/setup-wasm-tools@967df801cc3282b13a6a084571e0dbe429910a4c # v2.0.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
wasm-tools-versionWhich 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-tokenThe 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 || '' }}
namedescription
wasm-tools-versionThe version of wasm-tools that was installed. This will be something like '1.0.0' or similar.
cache-hitWhether or not wasm-tools was restored from the runner's cache or download anew.