timothymiller / t4-app

Full stack meta-framework for building iOS, Android, and Progressive Web Apps with Tamagui and deploying to Cloudflare.
https://t4stack.com
MIT License
1.5k stars 84 forks source link

Argon2 wasm optimization #148

Closed rmarscher closed 5 months ago

rmarscher commented 6 months ago

I forked the original project, added optimization steps to the build process and created a new wasm file. I also updated the argon2 crate dependency to the latest version.

https://github.com/rmarscher/argon2-wasi/commit/7c1a79a939ed6311ec7229f11f973505cb6ffb9c

rmarscher commented 6 months ago

It seems to work great in my testing but wouldn't hurt for more people to test. You can just download https://github.com/rmarscher/argon2-wasi/raw/1.0.0-0.5.3-optimized/bin/argon2-wasi.wasm and move it to packages/api/src/utils/password rather than checking out this fork.