# Password generator Just a small password generator site: [genpass.gabrielgio.me](https://genpass.gabrielgio.me) # Build wasm ```shell wasm-pack build ``` # Publish So publish the wasm so later it can be used in the webpack ```shell wasm-pack publish ``` ## Run After you have published: ```shell npm run start ```