Skip to content

Commit b7a0ae8

Browse files
committed
0.11.0
1 parent c250dc9 commit b7a0ae8

File tree

9 files changed

+592
-235
lines changed

9 files changed

+592
-235
lines changed

CHANGELOG.md

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

33
## 🤍 Unreleased
44

5+
## 🌦️ 0.11.0
6+
7+
- ### ✨ Features
8+
9+
- **Make Deno target available - [egfx-notifications], [issue/672], [issue/879], [pull/1117]**
10+
11+
[issue/672]: https://github.com/rustwasm/wasm-pack/issues/672
12+
[issue/879]: https://github.com/rustwasm/wasm-pack/issues/879
13+
[pull/1117]: https://github.com/rustwasm/wasm-pack/pull/1117
14+
[egfx-notifications]: https://github.com/egfx-notifications
15+
16+
- **Add support for more platforms to installer script - [omninonsense], [issue/1064], [issue/952], [issue/1125], [pull/1122]**
17+
18+
This makes the installation script work on M1 macs, as well as inside docker (especially when combined with buildx) for aarch64/arm64 architectures.
19+
20+
[issue/1064]: https://github.com/rustwasm/wasm-pack/issues/1064
21+
[issue/952]: https://github.com/rustwasm/wasm-pack/issues/952
22+
[issue/1125]: https://github.com/rustwasm/wasm-pack/issues/1125
23+
[pull/1122]: https://github.com/rustwasm/wasm-pack/pull/1122
24+
[omninonsense]: https://github.com/omninonsense
25+
26+
- **Add Linux arm64 support - [nnelgxorz], [issue/1169], [pull/1170]**
27+
28+
[issue/1169]: https://github.com/rustwasm/wasm-pack/issues/1169
29+
[pull/1170]: https://github.com/rustwasm/wasm-pack/pull/1170
30+
[nnelgxorz]: https://github.com/nnelgxorz
31+
32+
- **Add support for workspace inheritance - [printfn], [issue/1180], [pull/1185]**
33+
34+
[issue/1180]: https://github.com/rustwasm/wasm-pack/issues/1180
35+
[pull/1185]: https://github.com/rustwasm/wasm-pack/pull/1185
36+
37+
- ### 🤕 Fixes
38+
39+
- **--target-dir as extra option is now considered as expected - [sassman], [issue/1076], [pull/1082]**
40+
41+
[issue/1076]: https://github.com/rustwasm/wasm-pack/issues/1076
42+
[pull/1082]: https://github.com/rustwasm/wasm-pack/pull/1082
43+
[sassman]: https://github.com/sassman
44+
45+
- **Pass through --weak-refs --reference-types flags to bindgen - [serprex], [issue/930], [pull/937]**
46+
47+
[issue/930]: https://github.com/rustwasm/wasm-pack/issues/930
48+
[pull/937]: https://github.com/rustwasm/wasm-pack/pull/937
49+
[serprex]: https://github.com/serprex
50+
51+
- **Fix binaryen URL and use updated binary-install to fix installation on macOS - [matheus23], [printfn], [pull/1188]**
52+
53+
Use the updated binary-install crate (rustwasm/binary-install#21), switches from failure to anyhow to match what binary-install uses, and fixes wasm-opt installation on macOS.
54+
55+
[pull/1188]: https://github.com/rustwasm/wasm-pack/pull/1188
56+
[matheus23]: https://github.com/matheus23
57+
[printfn]: https://github.com/printfn
58+
[rustwasm/binary-install#21]: https://github.com/rustwasm/binary-install/pull/21
59+
60+
- **Mark snippets and the bundler target's main file as having side effects - [Liamolucko], [issue/972], [rustwasm/wasm-bindgen/3276], [pull/1224]**
61+
62+
[issue/972]: https://github.com/rustwasm/wasm-pack/issues/972
63+
[rustwasm/wasm-bindgen/3276]: https://github.com/rustwasm/wasm-bindgen/issues/3276
64+
[pull/1224]: https://github.com/rustwasm/wasm-pack/pull/1224
65+
[Liamolucko]: https://github.com/Liamolucko
66+
67+
- ### 📖 Documentation
68+
69+
- **Fix typos in non-rustup-setups.md - [dallasbrittany], [issue/1141], [pull/1142]**
70+
71+
[issue/1141]: https://github.com/rustwasm/wasm-pack/issues/1141
72+
[pull/1142]: https://github.com/rustwasm/wasm-pack/issues/1141
73+
[dallasbrittany]: https://github.com/dallasbrittany
74+
75+
- **Fix typos in considerations.md - [lhjt], [pull/1066]**
76+
77+
[pull/1066]: https://github.com/rustwasm/wasm-pack/pull/1066
78+
[lhjt]: https://github.com/lhjt
79+
80+
- **Grammar and typo fixes - [helixbass], [pull/1143]**
81+
82+
[pull/1143]: https://github.com/rustwasm/wasm-pack/pull/1143
83+
[helixbass]: https://github.com/helixbass
84+
85+
- **Replace two mentions of wasm-pack init with wasm-pack build in the docs - [mstange], [pull/1086]**
86+
87+
[pull/1086]: https://github.com/rustwasm/wasm-pack/pull/1086
88+
[mstange]: https://github.com/mstange
89+
90+
- **Update npm installation link - [benediktwerner], [pull/1227]**
91+
92+
[pull/1227]: https://github.com/rustwasm/wasm-pack/pull/1227
93+
[benediktwerner]: https://github.com/benediktwerner
94+
95+
- ### 🛠️ Maintenance
96+
97+
- **Bump wasm-opt to version 108 - [MichaelMauderer], [issue/1135] [pull/1136]**
98+
99+
[pull/1136]: https://github.com/rustwasm/wasm-pack/pull/1136
100+
[issue/1135]: https://github.com/rustwasm/wasm-pack/issues/1135
101+
[MichaelMauderer]: https://github.com/MichaelMauderer
102+
103+
- **Update binary-install to v1.0.1 - [EverlastingBugstopper], [pull/1130]**
104+
105+
[pull/1130]: https://github.com/rustwasm/wasm-pack/pull/1130
106+
107+
- **Add back run.js to npm installer - [EverlastingBugstopper], [pull/1149]**
108+
109+
[pull/1149]: https://github.com/rustwasm/wasm-pack/pull/1149
110+
111+
- **Fix some typos in the codebase - [striezel], [pull/1220]**
112+
113+
[pull/1220]: https://github.com/rustwasm/wasm-pack/pull/1220
114+
[striezel]: https://github.com/striezel
115+
116+
- **Update actions/checkout in GitHub Actions workflows to v3 - [striezel], [pull/1221]**
117+
118+
[pull/1221]: https://github.com/rustwasm/wasm-pack/pull/1221
119+
120+
- **Update actions/cache in GitHub Actions workflows to v3 - [striezel], [pull/1222]**
121+
122+
[pull/1222]: https://github.com/rustwasm/wasm-pack/pull/1222
123+
124+
- **Update JamesIves/github-pages-deploy-action in GHA workflow to v4.4.1 - [striezel], [pull/1223]**
125+
126+
[pull/1223]: https://github.com/rustwasm/wasm-pack/pull/1223
127+
5128
## 🌦️ 0.10.3
6129

7130
- ### 🤕 Fixes

0 commit comments

Comments
 (0)