antelle / argon2-browser

Argon2 library compiled for browser runtime
https://antelle.net/argon2-browser
MIT License
363 stars 78 forks source link

Build in a nutshell #93

Open fvsnippets opened 1 year ago

fvsnippets commented 1 year ago

Build in a nutshell (for dummies like me).

$ ./ci/install.sh
$ source emsdk/emsdk_env.sh
### Alternatively retrieve git submodules (i.e. when cloning argon2-browser repo use flag --recursive) ###
$ git clone https://github.com/P-H-C/phc-winner-argon2 argon2
$ ./build.sh

:)