6 | Your favorite Rust → Wasm workflow tool! 7 |
8 | 9 | 13 | 14 |wasm-pack
91 | To install from source on any platform: 92 |
93 |cargo install wasm-pack
95 | On supported platforms, you can also use npm or yarn to download a precompiled binary: 96 |
97 |npm install -g wasm-pack
or yarn global add wasm-pack
39 | This is the unpublished documentation of
40 | wasm-pack
, the published documentation is available
41 |
42 | on the main Rust and WebAssembly documentation site
43 | . Features documented here may not be available in released versions of
44 | wasm-pack
.
45 |
wasm-pack
29 Oct 2024 | 47 | 48 | Release Notes 49 | 50 |
51 |wasm-pack
docs!6 | Your favorite Rust → Wasm workflow tool! 7 |
8 | 9 | 13 | 14 |