This project will wrap some functionality that vault/teller want to expose to browser as a WASM package. This includes:
- Asymmetric Encryption/Decryption
- Symmetric Encryption/Decryption
- Hashing & UUID's
- Wrapper for API call's
wasm-pack build
wasm-pack test --firefox --headless
wasm-pack build && cd www && npm install && npm run start
Then go to http://localhost:8080/
and open up the console