aboutsummaryrefslogtreecommitdiff

Password generator

Just a small password generator site:

genpass.gabrielgio.me

Build wasm

wasm-pack build

Publish

So publish the wasm so later it can be used in the webpack

wasm-pack publish

Run

After you have published:

npm run start