Releases: acifani/setup-tinygo
Releases · acifani/setup-tinygo
Upgrade to node v20
Breaking:
- upgrade the action runner to
node20
- bumped default tinygo version to
0.30.0
- bumped default binaryen version to
116
What's Changed
Full Changelog: v1...v2.0.0
Add opt-out of Binaryen installation
This release adds a new input field, install-binaryen
, that defaults to true
but can be set to false
to skip the Binaryen installation whenever it is not needed.
What's Changed
Full Changelog: v1.1.0...v1.2.0
Add Binaryen, fix WASM on Windows and MacOS
This release adds Binaryen, which fixes WASM builds on Windows and MacOS runners. Big thanks to @Integralist for reporting the issue and providing the solution
What's Changed
- Fix typo by @sg0hsmt in #1
- chore(deps): bump @actions/core from 1.6.0 to 1.9.1 by @dependabot in #3
- feat: install binaryen by @acifani in #4
New Contributors
- @sg0hsmt made their first contribution in #1
- @dependabot made their first contribution in #3
- @acifani made their first contribution in #4
Full Changelog: v1.0.0...v1.1.0
v1.0.0
docs: add readme badges
Decrease output noise
v0.1.1 fix: build
First draft release
Full Changelog: https://github.com/acifani/setup-tinygo/commits/v0.1.0