Closed selfint closed 6 days ago
Or, simply precompile all parsers on a weekly schedule.
Finally, how bad is it really to package all the parsers inside the extension?
Finally, how bad is it really to package all the parsers inside the extension?
Terrible
This is the way to go though, since an internet is connection is required for it to work anyway, this just means they don't need to install emscripten.
This option can also be opt-in. A choice popup can let the user choose to download prebuilt or to build locally.
Maybe implement like this:
This is irrelevant now that #125 is working.
Use workflow_dispatch and write a workflow that:
This way the clients don't need to have
tree-sitter
installed, and so also notemcc
ordocker
.