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
Right now, the run button makes a HTTP call and displays the result on the front-end. In an attempt to reduce the load on the back-end infrastructure, the insights executable can be moved to the browser with web assembly, eliminating this round-trip.
This project supports running clang in the browser and can be a starting point.
The text was updated successfully, but these errors were encountered:
Thanks for contributing to this issue. As it has been 60 days since the last activity waiting for a followup. This issue will be automatically closed in 7 days, if no further activity occurs. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please respond before the issue is closed. We'll gladly take a look again! In any case, thank you for your contributions!
Right now, the run button makes a HTTP call and displays the result on the front-end. In an attempt to reduce the load on the back-end infrastructure, the
insights
executable can be moved to the browser with web assembly, eliminating this round-trip.This project supports running clang in the browser and can be a starting point.
The text was updated successfully, but these errors were encountered: