Skip to content

Releases: emscripten-core/setup-emsdk

Version 16

Choose a tag to compare

@sbc100 sbc100 released this 08 Apr 21:52
4528d10

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

Choose a tag to compare

@mymindstorm mymindstorm released this 05 Apr 22:33
667eb33

What's Changed

  • Updated all dependencies to their latest versions to fix breaking changes in actions/cache and the node runtime #48
  • Added option to set emsdk version separately from emscripten version #54

Contributors

Full Changelog: v14...v15

Version 14

Choose a tag to compare

@mymindstorm mymindstorm released this 22 Jan 05:11

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

  • Add option to override cache key naming scheme (#20)
  • Add workflow name to cache key naming scheme (#20)
  • Updated dependencies to latest versions

Version 13

Choose a tag to compare

@mymindstorm mymindstorm released this 22 Nov 01:43
  • Updated to Node 20

Version 12

Choose a tag to compare

@mymindstorm mymindstorm released this 13 Jan 05:16
  • Updated to Node v16 (#28)
  • Resolved an issue that might cause the same cache to be pulled across multiple OSes (#30)

Version 11

Choose a tag to compare

@mymindstorm mymindstorm released this 21 Nov 18:24
29ba485
  • Uses emsdk update instead of emsdk update-tags (#22 @kofigumbs)
  • Deprecates the update-tags configuration option in favor of update. update-tags now acts as a fallback for update.

Version 10

Choose a tag to compare

@mymindstorm mymindstorm released this 26 May 22:48
ca0cef3

The action now pulls emsdk from the main branch. No changes are needed, and caches will be rebuilt automatically.

Version 9

Choose a tag to compare

@mymindstorm mymindstorm released this 01 May 01:44
c0f39b9

All file operations have been made platform-independent. This should improve Windows compatibility.

Version 8

Choose a tag to compare

@mymindstorm mymindstorm released this 01 Feb 02:36
d38289e

Fixes paths with spaces becoming corrupted (#11)

Version 7

Choose a tag to compare

@mymindstorm mymindstorm released this 01 Oct 21:10
ca33dc6
  • Update @actions/core per CVE-2020-15228 and environment file syntax changes
  • Change to using ncc for packaging