iden3 / wasmsnark

A fast zkSnark proof generator written in native Web Assembly.
GNU General Public License v3.0
206 stars 99 forks source link

Uncaught ReferenceError: _asyncToGenerator is not defined #16

Open PfanP opened 4 years ago

PfanP commented 4 years ago

Hi Gents. I am using websnark in my React project and everything works fine. But the built ( by using 'npm run build') version occurs error like "Uncaught ReferenceError: _asyncToGenerator is not defined"

How to reproduce it?

Then you will see such error on console

Thanks

n4ru commented 2 years ago

Any resolution? Having this identical issue in my react app.