[wasm] Poor performance when running KeyGen in the browser
Opened this issue · 1 comments
huantt commented
I built code to WebAssembly (wasm)
to run in the browser, but the performance is very bad.
All attempts have failed due to timeouts.
It looks like we have a wasm branch, but the code in this branch is out-of-date.
Does anyone have a solution or improvement for this issue?
huantt commented
I'm using ecdsa
and following this sample