clangd-in-browser
clangd-in-browser copied to clipboard
Port clangd language server to WASM, and run it in your browser.
Wouldn't it be better to compile to a wasm target and run that output in the browser? Similar to [binji/wasm-clang](https://github.com/binji/wasm-clang) just with nice syntax highlighting for Monaco.
See vitejs/vite#18156 and https://issues.chromium.org/issues/357487162
I was coding in your site, and if I code for long enough, all these errors will start appearing :  Sometimes you can still edit your code with autocompletion,...