wasm-pack 0.14.0

📦✨ your favorite rust -> wasm workflow tool!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
![wasm ferris](https://drager.github.io/wasm-pack/public/img/wasm-ferris.png)

<h1 style="text-align: center;">Welcome to the <code>wasm-pack</code> docs!</h1>

This tool seeks to be a one-stop shop for building and working with rust-
generated WebAssembly that you would like to interop with JavaScript, in the
browser or with Node.js. `wasm-pack` helps you build rust-generated
WebAssembly packages that you could publish to the npm registry, or otherwise use
alongside any javascript packages in workflows that you already use, such as [webpack].

[webpack]: https://webpack.js.org/


![demo](https://github.com/drager/wasm-pack/raw/master/demo.gif)