Skip to content

c12i/wasm_pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.