- [Installation and Getting Started](docs/src/getting-started/index.md)
- [Installation and Getting Started](https://rustwasm.github.io/wasm-pack/getting-started/index.html)
## 🎙️ Commands
## 🎙️ Commands
- [`build`](docs/src/commands/build.md): Generate an npm wasm pkg from a rustwasm crate
- [`build`](https://rustwasm.github.io/wasm-pack/commands/build.html): Generate an npm wasm pkg from a rustwasm crate
- [`pack` and `publish`](docs/src/commands/pack-and-publish.md): Create a tarball of your rustwasm pkg and/or publish to a registry
- [`pack` and `publish`](https://rustwasm.github.io/wasm-pack/command/pack-and-publish.html): Create a tarball of your rustwasm pkg and/or publish to a registry
## 📝 Logging
## 📝 Logging
@ -48,7 +48,7 @@ customize the log verbosity using the verbosity flag.
Read our [guide] on getting up and running for developing `wasm-pack`, and
Read our [guide] on getting up and running for developing `wasm-pack`, and