-
✨ Features
-
Add wasm64-unknown-unknown target support - audreyt, pull/1553
Parameterizes the target triple in
cargo_build_wasm()andcargo_build_wasm_tests(), extracts--targetfrom extra options, adds--enable-memory64to wasm-opt args for wasm64 targets, and dynamically constructs theCARGO_TARGET_*_RUNNERenv var from the target triple. -
Add
--panic-unwindflag to build and test commands - guybedford, pull/1572 -
Move
wasm-pack-templateinto the repo - guybedford, pull/1573Vendors the project template directly into this repository so
wasm-pack newno longer depends on a separate external template repo.
-
-
🤕 Fixes
-
Replace deprecated
binary-installand add release auto-publish - guybedford, pull/1579The 0.14.0 npm package shipped with the old
drager/wasm-packrelease URL and was never republished after the repository moved, sonpm install -g wasm-packfailed with a 404. This inlines the install/run logic intonpm/binary.js, drops the deprecatedbinary-installdependency (which pulled in unmaintainedrimraf@3,glob@7,inflight, andtar@6), promotestarto a real dependency, and adds release workflow automation so the npm package no longer requires a manualnpm publish. -
Make
init.shPOSIX-compatible and stop mangling$VERSION- guybedford, pull/1578 -
Add trailing newline in
package.json- joaofreires, pull/1162
-
-
🛠️ 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