Update links to point to https://rustwasm.github.io/wasm-pack/ instead of the
in-tree markdown which doesn't always have working hyperlinks (but mdbook
does!). Additionally tweak some getting started code using `wasm_bindgen` as
well as removing some links no longer used.
- [Installation and Getting Started](https://rustwasm.github.io/wasm-pack/getting-started/index.html)
## 🎙️ Commands
- [`build`](docs/src/commands/build.md): 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
- [`build`](https://rustwasm.github.io/wasm-pack/commands/build.html): Generate an npm wasm pkg from a rustwasm crate
- [`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
@ -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