ebkalderon / tower-lsp

Language Server Protocol implementation written in Rust
Apache License 2.0
962 stars 54 forks source link

Add note about WebAssembly example #345

Closed silvanshade closed 2 years ago

silvanshade commented 2 years ago

@ebkalderon I thought it might be a good idea to include a reference to a complete example that uses tower-lsp for a wasm target given the discussion in https://github.com/ebkalderon/tower-lsp/issues/341.

I considered including the full project in the examples directory but it's a complex project and doesn't play well with the editor in a subdirectory so it seemed better to just link to a separate repo. Let me know if you think that seems reasonable.