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
Currently, for x-path filtering we use libuast on server side. For every filter request we send all source code to the server, reparse it using bblfsh then applying filtering on server side.
Looks like we can skip most of this steps and simplify code if we would be able to compile libuast to js.
If it's possible, together with #118 we will be able to remove backend almost completely.
The text was updated successfully, but these errors were encountered:
Used ecmascripten to cross-compile both, libxml2 and libuast to JS/wasm on one of the OSDs, for the purpose of running it on BigQuery. Examples work after cross-compilation with browser and node for me, but resulting binary is few Mbs so not possible to fit 1mb BigQuery external UDF limit.
Did not peruse it any further, but would be happy to share if somebody what's to apply it in dashboard.
Currently, for x-path filtering we use libuast on server side. For every filter request we send all source code to the server, reparse it using bblfsh then applying filtering on server side.
Looks like we can skip most of this steps and simplify code if we would be able to compile libuast to js.
If it's possible, together with #118 we will be able to remove backend almost completely.
The text was updated successfully, but these errors were encountered: