Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emscripten-core/setup-emsdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v14
Choose a base ref
...
head repository: emscripten-core/setup-emsdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v15
Choose a head ref
  • 2 commits
  • 12 files changed
  • 6 contributors

Commits on Apr 5, 2026

  1. Fix breaking issues with action

    * Bump to actions/cache v4
    
    * Run `npm run build`, update base + licenses
    
    * Run `npm run build` again
    
    * Run `action.yml` instead of `mymindstorm/setup-emsdk@master`
    
    * Test this branch (temporarily)
    
    * Undo changes temporarily made for testing
    
    * Apply suggestions from code review
    
    Co-Authored-By: Danil Ovchinnikov <danil42worker@gmail.com>
    
    * Apply suggestions from code review
    
    Co-Authored-By: Danil Ovchinnikov <danil42worker@gmail.com>
    
    * feat: upgrade to Node.js 24 runtime and update dependencies
    
    Agent-Logs-Url: https://github.com/slowriot/setup-emsdk/sessions/fee162de-fec4-47bf-aebb-aadae6f3922e
    
    Co-authored-by: slowriot <649131+slowriot@users.noreply.github.com>
    
    * chore: upgrade ava to 6.4.1 for Node 24 engine support
    
    Agent-Logs-Url: https://github.com/slowriot/setup-emsdk/sessions/2ab53bce-9479-4098-8b3c-85f333e952ec
    
    Co-authored-by: slowriot <649131+slowriot@users.noreply.github.com>
    
    * update all dependencies
    
    * fix compile errors by switching to ES modules
    
    * remove ava
    
    * bring back ava and fix module issues for good
    
    * npm run build
    
    ---------
    
    Co-authored-by: Danil Ovchinnikov <danil42worker@gmail.com>
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: slowriot <649131+slowriot@users.noreply.github.com>
    Co-authored-by: Brendan Early <mymindstorm@evermiss.net>
    5 people authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    da8e6ae View commit details
    Browse the repository at this point in the history
  2. Add option to set emsdk version separately from emscripten version (#54)

    * Use version-specific archive for EMSDK:
    
    - Download the proper version of the EMSDK archive
    - Use proper function for reading booleans
    - Move extracted files into a proper folder
    
    * npm run build
    
    * seperate emsdk version and emscripten version setting, don't cache if using main
    
    * remove await on core.getInput calls
    
    * npm run build
    
    * v14 -> v15
    
    ---------
    
    Co-authored-by: Oleg Rakhmatulin <oleg.rakhmatulin@gmail.com>
    mymindstorm and OlegRa authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    667eb33 View commit details
    Browse the repository at this point in the history
Loading