wasm-pack 0.14.0

📦✨ your favorite rust -> wasm workflow tool!
Documentation
# Getting Started

You can create a new Rust-WebAssembly project by using the [rustwasm wasm-pack-template].

To so do, you'll need the `cargo-generate` tool. To install `cargo-generate`:

```
cargo install cargo-generate
```

Then run:

```
cargo generate --git https://github.com/drager/wasm-pack-template
```

You will be prompted to give your project a name. Once you do, you will have a directory
with a new project, ready to go. We'll talk about what's been included in this template
further in this guide.

[rustwasm wasm-pack-template]: https://github.com/drager/wasm-pack-template

## Manual Setup

⚠️ If you'd rather not use a template, or are having trouble with the template, you can
do a manual setup by following [these instructions].

[these instructions]: ./getting-started/manual-setup.html