You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`init` (⚠️ DEPRECATED)](https://rustwasm.github.io/wasm-pack/commands/build.html): This command has been deprecated since release `0.5.0`, in favor of `build`. `0.4.2` and previous use this command.
33
-
-[`build`](https://rustwasm.github.io/wasm-pack/commands/build.html): Generate an npm wasm pkg from a rustwasm crate
34
-
-[`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
33
+
-[`init` (⚠️ DEPRECATED)](https://rustwasm.github.io/wasm-pack/book/commands/init.html): This command has been deprecated since release `0.5.0`, in favor of `build`. `0.4.2` and previous use this command.
34
+
-[`build`](https://rustwasm.github.io/wasm-pack/book/commands/build.html): Generate an npm wasm pkg from a rustwasm crate
35
+
-[`pack` and `publish`](https://rustwasm.github.io/wasm-pack/book/commands/pack-and-publish.html): Create a tarball of your rustwasm pkg and/or publish to a registry
35
36
36
37
## 📝 Logging
37
38
@@ -49,7 +50,7 @@ customize the log verbosity using the verbosity flag.
49
50
Read our [guide] on getting up and running for developing `wasm-pack`, and
0 commit comments