You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just watched your video that described how this works. It was a great video, it helped me learn a lot.
However, I was wondering whether it would be possible to compile the hashing part of the server to Web Assembly, and run it in the front end. The idea is to generate the hashes on the client side, reducing both the CPU and network load on the server, and use the server just for querying.
The text was updated successfully, but these errors were encountered:
I just watched your video that described how this works. It was a great video, it helped me learn a lot.
However, I was wondering whether it would be possible to compile the hashing part of the server to Web Assembly, and run it in the front end. The idea is to generate the hashes on the client side, reducing both the CPU and network load on the server, and use the server just for querying.
The text was updated successfully, but these errors were encountered: