Compare commits

..

1 Commits

Author SHA1 Message Date
Taiki Endo
49ab75eeb7 wasm-bindgen-cli 2026-05-16 13:28:35 +00:00
3 changed files with 3 additions and 8 deletions

View File

@@ -10,8 +10,6 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
- Update `gungraun-runner@latest` to 0.19.0.
## [2.78.2] - 2026-05-16
- Update `wasm-pack@latest` to 0.15.0.

View File

@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
inputs:
tool:
description: Tools to install (whitespace or comma separated list)
required: true
# default: #publish:tool
required: false
default: wasm-bindgen-cli
checksum:
description: Whether to enable checksums (strongly discouraged to disable)
required: false

View File

@@ -23,10 +23,7 @@
}
},
"latest": {
"version": "0.19.0"
},
"0.19": {
"version": "0.19.0"
"version": "0.18.2"
},
"0.19.0": {
"x86_64_linux_musl": {