## 💡 Feature description Add a parameter to override create JS package name, which defaults to Rust crate name. #### 💻 Basic example ```bash >> wasm-pack build examples/js-hello-world --package-name hello-world ``` Created package would then be named `hello-world`