| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| wasm-pack-v0.14.0-aarch64-apple-darwin.tar.gz | 2026-01-20 | 2.5 MB | |
| wasm-pack-v0.14.0-x86_64-apple-darwin.tar.gz | 2026-01-20 | 2.7 MB | |
| wasm-pack-init.exe | 2026-01-20 | 5.8 MB | |
| wasm-pack-v0.14.0-x86_64-pc-windows-msvc.tar.gz | 2026-01-20 | 2.3 MB | |
| wasm-pack-v0.14.0-aarch64-unknown-linux-musl.tar.gz | 2026-01-20 | 2.8 MB | |
| wasm-pack-v0.14.0-x86_64-unknown-linux-musl.tar.gz | 2026-01-20 | 2.9 MB | |
| README.md | 2026-01-20 | 3.3 kB | |
| v0.14.0 source code.tar.gz | 2026-01-20 | 438.7 kB | |
| v0.14.0 source code.zip | 2026-01-20 | 489.2 kB | |
| Totals: 9 Items | 20.1 MB | 2 | |
-
✨ Features
-
Support arbitrary wasm targets (WASI support) - RReverser, pull/1524
Allows building for targets other than wasm32-unknown-unknown, enabling WASI and other custom wasm targets.
-
macOS ARM (aarch64-apple-darwin) build support - kaleidawave, pull/1529
Adds native Apple Silicon support in release builds and NPM package.
-
Allow
--split-linked-modulesflag for wasm-bindgen - codeart1st, pull/1443 -
Custom build profile support - rafaelbeckel, pull/1428
Allows using custom cargo profiles via
--profile. -
🤕 Fixes
-
Filter build artifacts to only .wasm files - [drager], pull/1535
-
Handle undefined VERSION in installer script - BrianHung, pull/1512
-
🛠️ Maintenance
-
Update dependencies to latest versions - [drager], pull/1536
-
Security workflow permissions fixes - [drager]
-
Bump ring from 0.17.8 to 0.17.14 - dependabot, pull/1516
-
Bump brace-expansion from 1.1.11 to 1.1.12 in /npm - dependabot, pull/1515
-
Bump rustls from 0.23.16 to 0.23.18 - dependabot, pull/1451
-
Fix tar vulnerability (CVE-2026-23745) in npm package
Override tar dependency to ^7.5.3 to fix arbitrary file overwrite and symlink poisoning vulnerability (GHSA-8qq5-rm4j-mr97).
-
Fix axios vulnerabilities in npm package
Override axios dependency to ^0.30.0 to fix SSRF/credential leakage via absolute URL and XSRF-TOKEN leakage (CSRF) vulnerabilities.
-
📖 Documentation
-
Update documentation links to drager's repo - yutannihilation, pull/1513
-
Document prerequisites for webdriver tests - mshroyer, pull/1509