emscripten-core/Setup Emscripten toolchain

Download emsdk and optionally install a version of Emscripten

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionVersion emscripten to installlatest
emsdk-versionVersion of emsdk to install (set if not the same as emscripten version)""
no-installIf true will not download any version of Emscripten. emsdk will still be added to PATH.false
no-cacheIf true will not cache any downloads with tc.cacheDir.false
actions-cache-folderDirectory to cache emsdk in. This folder will go under $GITHUB_HOME (I.e. build dir) and be cached using @actions/cache.""
cache-keyOverride the cache key. By default, it is `{Github workflow name}-{Emscripten version}-{OS type}-${CPU architecture}`.""
updateFetch package information for all the new tools and SDK versionsfalse
update-tagsDeprecated in favor of `update`.false

no outputs