binji / wasm-clang

Running Clang/LLD in WebAssembly Demo
https://binji.github.io/wasm-clang
Apache License 2.0
257 stars 26 forks source link

clangd compilation? #13

Open LukePrior opened 2 years ago

LukePrior commented 2 years ago

Hi,

I was wondering if you had or know of any attempts to compile clangd to webassembly. It could be an extremely powerful tool by enabling language server features for code editors such as Monaco in a completely self-contained client-side solution.

binji commented 2 years ago

I haven't seen this, but maybe someone has done it. I think it should be possible.