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