|
| 1 | +--- |
| 2 | +title: "The Biggest wasm-pack Release Yet" |
| 3 | +--- |
| 4 | + |
| 5 | +We've just published `wasm-pack` version 0.5.0! This release is by far the |
| 6 | +largest `wasm-pack` release we've made so far. We finally have the Rust and |
| 7 | +WebAssembly workflow we've always dreamed of. Yes, details will change in the |
| 8 | +future (and most likely in semver-breaking ways), but `wasm-pack` has found its |
| 9 | +niche and is well on the way to filling it. |
| 10 | + |
| 11 | +`wasm-pack build` is effectively incremental now. It will automatically Do The |
| 12 | +Right Thing with `wasm-bindgen` binary installs: find the exact correct version |
| 13 | +*and* cache installs so that re-builds are speedy. |
| 14 | + |
| 15 | +`wasm-pack test` let's you run Rust unit tests in Node.js or headless browsers |
| 16 | +via the WebDriver protocol and `wasm-bindgen-test`. Furthermore, it is *easy* to |
| 17 | +run tests in headless browsers; a task which usually involves the banging of |
| 18 | +head to wall. But `wasm-pack` will transparently download, cache, and configure |
| 19 | +WebDriver clients for you — no more head ache. |
| 20 | + |
| 21 | +Also, [`wasm-pack` got a Website](https://rustwasm.github.io/wasm-pack/) and it |
| 22 | +has pre-built binaries for common architectures and operating systems, so |
| 23 | +installing `wasm-pack` is a breeze 🌬️ |
| 24 | + |
| 25 | +## Changelog |
| 26 | + |
| 27 | +To learn more about these new features — and everything about the 0.5.0 |
| 28 | +release — [read `wasm-pack`'s CHANGELOG.md!](https://github.com/rustwasm/wasm-pack/blob/master/CHANGELOG.md#%EF%B8%8F-050) |
| 29 | + |
| 30 | +## Friends 💖 |
| 31 | + |
| 32 | +A huge thank you to everyone who contributed to this `wasm-pack` release! |
| 33 | + |
| 34 | +- Alex Crichton |
| 35 | +- Ashley Williams |
| 36 | +- Eduard Kyvenko |
| 37 | +- Erick Tryzelaar |
| 38 | +- Hendrik Sollich |
| 39 | +- Ian Duke |
| 40 | +- Mackenzie Clark |
| 41 | +- Mason Stallmo |
| 42 | +- Michael Gattozzi |
| 43 | +- Nick Fitzgerald |
| 44 | +- Nik Graf |
| 45 | +- Spencer Wilson |
| 46 | +- Sven Sauleau |
| 47 | +- Tyler Wilcock |
| 48 | +- Yuval Kohavi |
| 49 | +- ashley williams |
| 50 | +- csmoe |
| 51 | +- data-pup |
0 commit comments