https://github.com/jiegec/online_tac_vm
Online Tac VM
https://github.com/jiegec/online_tac_vm
Last synced: 27 days ago
JSON representation
Online Tac VM
- Host: GitHub
- URL: https://github.com/jiegec/online_tac_vm
- Owner: jiegec
- Archived: true
- Created: 2019-10-08T14:11:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T01:27:34.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T01:39:09.335Z (10 months ago)
- Language: Rust
- Homepage: https://jia.je/online_tac_vm/
- Size: 215 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# online_tac_vm
Run TAC online. Based on MashPlant/tacvm. Using yew for frontend Rust framework.
## How to run
```
cargo install cargo-web
cargo web build --bin main
cargo web build --bin worker
cd static
caddy
```## How to deploy
```
cargo web build --bin main --release
cargo web build --bin worker --release
```