https://github.com/splurf/wlrs-server
https://github.com/splurf/wlrs-server
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/splurf/wlrs-server
- Owner: splurf
- Created: 2024-04-25T17:12:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T20:20:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T08:25:31.551Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wlrs-wasm
## Build
```bash
cargo build --release
```
## Production
```bash
mv target/release/wlrs-server /usr/local/bin/wlrs-server
```