mirror of
https://github.com/silvanshade/tower-lsp-web-demo.git
synced 2025-01-22 19:56:04 +00:00
20 lines
274 B
Markdown
20 lines
274 B
Markdown
<div align="center">
|
|
<h1><code>tower-lsp-web-demo</code></h1>
|
|
<p>
|
|
<strong>A minimal browser-hosted WASM demo for tower-lsp</strong>
|
|
</p>
|
|
</div>
|
|
|
|
## Building
|
|
|
|
```sh
|
|
cargo install cargo-make
|
|
cargo make deps
|
|
cargo make build
|
|
```
|
|
|
|
## Running
|
|
|
|
```sh
|
|
cargo make run
|
|
```
|