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
We decided to go with clangd, which is the LLVM C++ and C language server, i.e. using the same compiler backend as the wasm compilation. It's true we don't need the C++ support, but that's disabled automatically for source files with .c extension. Another missing piece is that clangd doesn't have a network interface (apparently most language servers don't), but a WebSocket proxy can be added for that - probably https://github.com/wylieconlon/jsonrpc-ws-proxy .
We need to build language server which supports C language so that we can show proper errors and warnings before compiling code.
The text was updated successfully, but these errors were encountered: