Skip to content

ci: upgrade wasm-pack to 0.14.0#34

Merged
darioAnongba merged 1 commit intomainfrom
ci/upgrade-wasm-pack-0.14.0
Feb 27, 2026
Merged

ci: upgrade wasm-pack to 0.14.0#34
darioAnongba merged 1 commit intomainfrom
ci/upgrade-wasm-pack-0.14.0

Conversation

@darioAnongba
Copy link
Collaborator

Summary

Upgrade wasm-pack from 0.13.1 to 0.14.0 in all CI workflows.

Changes

  • Replace the deprecated installer/init.sh script (pinned to old commit SHA) with direct binary download from GitHub releases
  • Updated in both build-lint-test.yml (4 jobs) and publish-release.yml (1 job)
  • Added PROJECT.md to .gitignore (agent-only file)
  • Updated CHANGELOG

Why

The installer/init.sh script was removed in wasm-pack v0.14.0. The old approach pins to a specific commit that still has the script, but this is fragile. Direct binary download is faster and more reliable.

Install method

curl -sSfL https://github.com/rustwasm/wasm-pack/releases/download/v0.14.0/wasm-pack-v0.14.0-x86_64-unknown-linux-musl.tar.gz | tar xz -C /usr/local/bin --strip-components=1 wasm-pack-v0.14.0-x86_64-unknown-linux-musl/wasm-pack

Closes #31

Replace deprecated installer/init.sh script with direct binary download
from GitHub releases. The init.sh script was removed in wasm-pack v0.14.0
so the old pinned commit SHA would eventually become unreliable.

Closes #31
@darioAnongba darioAnongba self-assigned this Feb 27, 2026
@darioAnongba darioAnongba merged commit 7383cda into main Feb 27, 2026
12 checks passed
@darioAnongba darioAnongba deleted the ci/upgrade-wasm-pack-0.14.0 branch February 27, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: upgrade wasm-pack to 0.14.0

1 participant