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
As of right now REMIX and our npm compiler package use a hosted compiler backend to compile Solitity. We want to get rid of the backend and instead do the compilation locally inside the browser or nodejs.
We already release a wasm version of revive but some follow up work has to be done to make it work inside the browser.