multiparty / jiff

JavaScript library for building web-based applications that employ secure multi-party computation (MPC).
https://multiparty.org/jiff/
MIT License
253 stars 52 forks source link

Update ECMA version to 2018 #251

Closed AbhinavMir closed 8 months ago

AbhinavMir commented 8 months ago

I was writing a simple sorting demo using Jiff, and the version (6) that is currently being used in the Jiff repo probably doesn't have complete support for async/await which has become pretty crucial for modern JS apps. Wondering if we could bump up the version.

Cheers.