Setup Emscripten toolchain (node24)
Version updated for https://github.com/slowriot/setup-emsdk to version v15.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-emsdk GitHub Action automates the process of downloading, installing, and configuring a specified version of Emscripten, a toolchain for compiling to WebAssembly. It simplifies the setup of Emscripten in CI workflows, offering optional caching capabilities for both the toolchain and build-generated system libraries to improve build efficiency. This action is particularly useful for developers targeting WebAssembly, enabling seamless integration of Emscripten into their automated pipelines.
What’s Changed
A fork of https://github.com/mymindstorm/setup-emsdk adding node24 support.