wasm-language-tools/docs/guide/getting-started/binary.md
2025-05-10 17:25:10 +08:00

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
```