wasm_pass icon indicating copy to clipboard operation
wasm_pass copied to clipboard

A web assembly powered password generator

wasm_pass

A password generator powered by Rust, web-assembly and React.js.

This project is based on an article I wrote that demonstrates how to build this app. Read it here

Run Locally

Clone

git clone https://github.com/collinsmuriuki/wasm_pass.git

Build wasm package

cd wasm
wasm-pack build

cd to app directory and run npm install

cd app
npm install

Run the dev server

npm start

Build for production

npm run build

Run tests

cargo test -- --show-output

Author

collinsmuriuki

This project is MIT/APACHE licensed.