No description
Find a file
2022-12-25 19:34:43 +01:00
src feat: Add extended ASCII 2022-03-25 23:14:04 +01:00
tests feat: Add extended ASCII 2022-03-25 23:14:04 +01:00
www ref: Move source code link to git.sr.ht 2022-06-25 17:14:13 +02:00
.gitignore fix: Move build output 2022-03-25 18:31:23 +01:00
build.yml feat: Move tarbal to a new location 2022-12-25 19:34:43 +01:00
Cargo.toml ref: Pack bulman.css 2022-03-25 17:55:28 +01:00
less ref: Add test for edge case 2022-03-25 22:43:47 +01:00
LICENSE feat: Add initial draft for rust wasm 2022-03-25 17:37:45 +01:00
Makefile feat: Add test to generate function 2022-03-25 22:28:51 +01:00
README.md ref: Add clearer readme 2022-04-15 19:25:19 +00:00

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