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
However, since this branch of compilation only runs when there's a platform binary but our Apple M1 machines don't have a suitable binary and always run solc-js. We need to do the development on a Linux machine to develop easier.
We are currently running the compilation in a sync child process which is blocking the whole event loop. This is extremely inefficient.
sourcify/packages/lib-sourcify/src/lib/solidityCompiler.ts
Lines 53 to 56 in a9967a2
Instead, we should do it async. Started a branch for this. https://github.com/ethereum/sourcify/tree/async-compiler-process
However, since this branch of compilation only runs when there's a platform binary but our Apple M1 machines don't have a suitable binary and always run solc-js. We need to do the development on a Linux machine to develop easier.
View in Huly HI-439
The text was updated successfully, but these errors were encountered: