Web version proving fails because it uses Atomics.wait
on the main thread
#226
Labels
bug
Something isn't working
Atomics.wait
on the main thread
#226
same issue as documented here: WebAssembly/threads#174
needs to be fixed by refactoring to wait for worker asynchronously, which was planned anyway as a follow-up to MinaProtocol/mina#10454, and hopefully should be fairly easy thanks to that work
The text was updated successfully, but these errors were encountered: