bycrypt alternative in rust, exposed as a WebAssembly module for Node.js.
npm install ironguardI used [same.dev](https://same.dev) to check out the source code behind [bycrypt package](https://github.com/kelektiv/node.bcrypt.js) btw, but just to be clear this is not a clone of it.
rustup target add wasm32-unknown-unknowncargo install wasm-packwasm-pack build --target nodejscd pkgthen modifying the package.json file due to here