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
change worker_run.js / overrideBindings to return promises instead of doing wait_until_non_zero
needs a message-answering mechanism for the worker, so that overrideBindings can detect when to resolve the promise
needs to refactor the relevant methods in bindings.js to detect if they got a promise back from plonk_wasm, and if yes, use .then to do subsequent operations
The text was updated successfully, but these errors were encountered:
as a follow-up to MinaProtocol/mina#10454, refactor to wait for worker asynchronously
worker_run.js
/overrideBindings
to return promises instead of doingwait_until_non_zero
overrideBindings
can detect when to resolve the promisebindings.js
to detect if they got a promise back fromplonk_wasm
, and if yes, use.then
to do subsequent operationsThe text was updated successfully, but these errors were encountered: