clangd-in-browser icon indicating copy to clipboard operation
clangd-in-browser copied to clipboard

Port clangd language server to WASM, and run it in your browser.

Results 3 clangd-in-browser issues
Sort by recently updated
recently updated
newest added

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 : ![image](https://github.com/user-attachments/assets/0df3eb1e-131a-4c2c-a006-f93eedc231ab) Sometimes you can still edit your code with autocompletion,...