Releases: emscripten-core/setup-emsdk
Releases · emscripten-core/setup-emsdk
Version 16
This is really just a no-op release to test publishing from the new location.
What's Changed
- mymindstorm/setup-emsdk -> emscripten-core/setup-emsdk by @mymindstorm in #55
- Rename master branch to main by @sbc100 in #57
- Use latest versions of github checkout and cache actions by @sbc100 in #58
- Update versions uses in README file by @sbc100 in #59
New Contributors
Full Changelog: v15...v16
Version 15
Version 14
Breaking Changes
The default cache key naming scheme was changed from {Emscripten version}-{OS type}-${CPU architecture}-master to {Github workflow name}-{Emscripten version}-{OS type}-${CPU architecture}. If actions-cache-folder is defined, ensure that there are no conflicts with other caches to prevent issues.
Changelog
Version 13
- Updated to Node 20
Version 12
Version 11
- Uses
emsdk updateinstead ofemsdk update-tags(#22 @kofigumbs) - Deprecates the
update-tagsconfiguration option in favor ofupdate.update-tagsnow acts as a fallback forupdate.
Version 10
The action now pulls emsdk from the main branch. No changes are needed, and caches will be rebuilt automatically.
Version 9
All file operations have been made platform-independent. This should improve Windows compatibility.
Version 8
Fixes paths with spaces becoming corrupted (#11)
Version 7
- Update @actions/core per CVE-2020-15228 and environment file syntax changes
- Change to using ncc for packaging