2022-05-29 21:27:12 +00:00
|
|
|
<div align="center">
|
2022-06-08 02:14:38 +00:00
|
|
|
<h1><code>tower-lsp-web-demo</code></h1>
|
2022-05-29 21:27:12 +00:00
|
|
|
<p>
|
2022-06-08 02:14:38 +00:00
|
|
|
<strong>A minimal browser-hosted WASM demo for tower-lsp</strong>
|
2022-05-29 21:27:12 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
2022-06-15 22:29:55 +00:00
|
|
|
## 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/
|
|
|
|
|
2022-05-29 21:27:12 +00:00
|
|
|
## Building
|
|
|
|
|
|
|
|
```sh
|
2022-06-08 02:14:38 +00:00
|
|
|
cargo install cargo-make
|
|
|
|
cargo make deps
|
|
|
|
cargo make build
|
2022-05-29 21:27:12 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Running
|
|
|
|
|
|
|
|
```sh
|
2022-06-08 02:14:38 +00:00
|
|
|
cargo make run
|
2022-05-29 21:27:12 +00:00
|
|
|
```
|