|
|
|
@ -29,9 +29,8 @@ visiting that repo! |
|
|
|
|
|
|
|
|
|
## 🎙️ Commands |
|
|
|
|
|
|
|
|
|
- [`init`](docs/init.md): Generate an npm wasm pkg from a rustwasm crate |
|
|
|
|
- [`build`](docs/build.md): Generate an npm wasm pkg from a rustwasm crate |
|
|
|
|
- [`pack` and `publish`](docs/pack-and-publish.md): Create a tarball of your rustwasm pkg and/or publish to a registry |
|
|
|
|
- [`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 |
|
|
|
|
|
|
|
|
|
## 📝 Logging |
|
|
|
|
|
|
|
|
@ -49,7 +48,7 @@ customize the log verbosity using the verbosity flag. |
|
|
|
|
Read our [guide] on getting up and running for developing `wasm-pack`, and |
|
|
|
|
check out our [contribution policy]. |
|
|
|
|
|
|
|
|
|
[guide]: docs/contributing.md |
|
|
|
|
[guide]: docs/src/contributing.md |
|
|
|
|
[contribution policy]: CONTRIBUTING.md |
|
|
|
|
|
|
|
|
|
## ⚡ Quickstart Guide |
|
|
|
|