An open API service indexing awesome lists of open source software.

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

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