mirror of
https://github.com/g-plane/wasm-language-tools.git
synced 2025-07-14 14:55:27 +00:00
16 lines
412 B
Markdown
16 lines
412 B
Markdown
# Server Binary
|
|
|
|
If you're using other editors, manually installing the server binary is required.
|
|
|
|
## GitHub Releases
|
|
|
|
You can download pre-built binaries from [GitHub Releases](https://github.com/g-plane/wasm-language-tools/releases).
|
|
Select the corresponding file according to your platform.
|
|
|
|
## Cargo
|
|
|
|
If you've installed Rust, you can run Cargo to install it globally:
|
|
|
|
```bash
|
|
cargo install wat_server
|
|
```
|