Skip to content

wasm-pack 0.15.0#282981

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-wasm-pack-0.15.0
May 15, 2026
Merged

wasm-pack 0.15.0#282981
BrewTestBot merged 2 commits into
mainfrom
bump-wasm-pack-0.15.0

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
- ### ✨ Features
  • Add wasm64-unknown-unknown target support - audreyt, pull/1553

    Parameterizes the target triple in cargo_build_wasm() and cargo_build_wasm_tests(), extracts --target from extra options, adds --enable-memory64 to wasm-opt args for wasm64 targets, and dynamically constructs the CARGO_TARGET_*_RUNNER env var from the target triple.

  • Add --panic-unwind flag to build and test commands - guybedford, pull/1572

  • Move wasm-pack-template into the repo - guybedford, pull/1573

    Vendors the project template directly into this repository so wasm-pack new no longer depends on a separate external template repo.

  • 🤕 Fixes

    • Replace deprecated binary-install and add release auto-publish - guybedford, pull/1579

      The 0.14.0 npm package shipped with the old drager/wasm-pack release URL and was never republished after the repository moved, so npm install -g wasm-pack failed with a 404. This inlines the install/run logic into npm/binary.js, drops the deprecated binary-install dependency (which pulled in unmaintained rimraf@3, glob@7, inflight, and tar@6), promotes tar to a real dependency, and adds release workflow automation so the npm package no longer requires a manual npm publish.

    • Make init.sh POSIX-compatible and stop mangling $VERSION - guybedford, pull/1578

    • Add trailing newline in package.json - joaofreires, pull/1162

    • Fix dragerwasm-bindgen in URLs - akesling, pull/1571

  • 🛠️ Maintenance

    • Bump follow-redirects from 1.15.11 to 1.16.0 in /npm - [dependabot], pull/1565

    • Bump rustls-webpki from 0.103.9 to 0.103.13 - [dependabot], pull/1570

    • Bump brace-expansion from 1.1.12 to 1.1.14 in /npm - [dependabot], pull/1574

    • Bump tar from 0.4.44 to 0.4.45 - [dependabot], pull/1559

    • Bump time from 0.3.45 to 0.3.47 - [dependabot], pull/1549

    • Bump minimatch from 3.1.2 to 3.1.5 in /npm - [dependabot], pull/1555

  • 📖 Documentation

    View the full release notes at https://github.com/wasm-bindgen/wasm-pack/releases/tag/v0.15.0.


@github-actions github-actions Bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels May 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 15, 2026
@BrewTestBot BrewTestBot enabled auto-merge May 15, 2026 11:13
@BrewTestBot BrewTestBot added this pull request to the merge queue May 15, 2026
Merged via the queue into main with commit 47a686c May 15, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-wasm-pack-0.15.0 branch May 15, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants