Skip to content

Commit 279b8d7

Browse files
committed
0.14.0
1 parent 41ad77c commit 279b8d7

File tree

9 files changed

+359
-474
lines changed

9 files changed

+359
-474
lines changed

CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,87 @@
22

33
## 🤍 Unreleased
44

5+
## 🌻 0.14.0
6+
7+
- ### ✨ Features
8+
9+
- **Support arbitrary wasm targets (WASI support) - [RReverser], [pull/1524]**
10+
11+
Allows building for targets other than wasm32-unknown-unknown, enabling WASI and other custom wasm targets.
12+
13+
[pull/1524]: https://github.com/drager/wasm-pack/pull/1524
14+
[RReverser]: https://github.com/RReverser
15+
16+
- **macOS ARM (aarch64-apple-darwin) build support - [kaleidawave], [pull/1529]**
17+
18+
Adds native Apple Silicon support in release builds and NPM package.
19+
20+
[pull/1529]: https://github.com/drager/wasm-pack/pull/1529
21+
[kaleidawave]: https://github.com/kaleidawave
22+
23+
- **Allow `--split-linked-modules` flag for wasm-bindgen - [codeart1st], [pull/1443]**
24+
25+
[pull/1443]: https://github.com/drager/wasm-pack/pull/1443
26+
[codeart1st]: https://github.com/codeart1st
27+
28+
- **Custom build profile support - [rafaelbeckel], [pull/1428]**
29+
30+
Allows using custom cargo profiles via `--profile`.
31+
32+
[pull/1428]: https://github.com/drager/wasm-pack/pull/1428
33+
[rafaelbeckel]: https://github.com/rafaelbeckel
34+
35+
- ### 🤕 Fixes
36+
37+
- **Fix NPM package download URL - [qinyuhang], [pull/1543]**
38+
39+
[pull/1543]: https://github.com/drager/wasm-pack/pull/1543
40+
[qinyuhang]: https://github.com/qinyuhang
41+
42+
- **Filter build artifacts to only .wasm files - [drager], [pull/1535]**
43+
44+
[pull/1535]: https://github.com/drager/wasm-pack/pull/1535
45+
46+
- **Handle undefined VERSION in installer script - [BrianHung], [pull/1512]**
47+
48+
[pull/1512]: https://github.com/drager/wasm-pack/pull/1512
49+
[BrianHung]: https://github.com/BrianHung
50+
51+
- **Fix it_gets_wasm_bindgen_version test - [mshroyer], [pull/1509]**
52+
53+
[pull/1509]: https://github.com/drager/wasm-pack/pull/1509
54+
[mshroyer]: https://github.com/mshroyer
55+
56+
- ### 🛠️ Maintenance
57+
58+
- **Update dependencies to latest versions - [drager], [pull/1536]**
59+
60+
[pull/1536]: https://github.com/drager/wasm-pack/pull/1536
61+
62+
- **Security workflow permissions fixes - [drager]**
63+
64+
- **Bump ring from 0.17.8 to 0.17.14 - [dependabot], [pull/1516]**
65+
66+
[pull/1516]: https://github.com/drager/wasm-pack/pull/1516
67+
68+
- **Bump brace-expansion from 1.1.11 to 1.1.12 in /npm - [dependabot], [pull/1515]**
69+
70+
[pull/1515]: https://github.com/drager/wasm-pack/pull/1515
71+
72+
- **Bump rustls from 0.23.16 to 0.23.18 - [dependabot], [pull/1451]**
73+
74+
[pull/1451]: https://github.com/drager/wasm-pack/pull/1451
75+
[dependabot]: https://github.com/apps/dependabot
76+
77+
- ### 📖 Documentation
78+
79+
- **Update documentation links to drager's repo - [yutannihilation], [pull/1513]**
80+
81+
[pull/1513]: https://github.com/drager/wasm-pack/pull/1513
82+
[yutannihilation]: https://github.com/yutannihilation
83+
84+
- **Document prerequisites for webdriver tests - [mshroyer], [pull/1509]**
85+
586
## ☀️ 0.13.1
687

788
- ### ✨ Features

0 commit comments

Comments
 (0)