mirror of
https://github.com/silvanshade/tower-lsp-web-demo.git
synced 2025-01-22 11:47:51 +00:00
A minimal wasm demo with an in-browser editor and language server built with tower-lsp
.cargo | ||
.vscode | ||
crates | ||
packages/app | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.yaml | ||
.gitignore | ||
.prettierrc.yaml | ||
Cargo.toml | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
Makefile.toml | ||
package-lock.json | ||
package.json | ||
README.md | ||
rustfmt.toml | ||
tsconfig.json |
tower-lsp-web-demo
A minimal browser-hosted WASM demo for tower-lsp
Demo
You can experiment with a live demo of the example server integrated with an in-browser editor here:
https://silvanshade.github.io/tower-lsp-web-demo/
Building
cargo install cargo-make
cargo make deps
cargo make build
Running
cargo make run