Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiegec/online_decaf
Online Decaf Compiler
https://github.com/jiegec/online_decaf
Last synced: 2 months ago
JSON representation
Online Decaf Compiler
- Host: GitHub
- URL: https://github.com/jiegec/online_decaf
- Owner: jiegec
- License: mit
- Created: 2019-10-09T08:00:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T03:45:25.000Z (over 5 years ago)
- Last Synced: 2024-10-26T22:48:40.055Z (3 months ago)
- Language: Rust
- Homepage: https://jiege.ch/online_decaf/
- Size: 655 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# online_decaf
Run Decaf compiler online. Based on jiegec/decaf-rs which is based on decaf-lang/decaf-rs. Using yew for frontend Rust framework.
## How to run
```shell
cargo install cargo-web
cargo web build --bin main
cargo web build --bin worker
cd static
caddy
```## How to deploy
```shell
cargo web build --bin main --release
cargo web build --bin worker --release
```See .github/workflows/rust.yml for more.
## License
Licensed under MIT License.
`static/libwabt.js` is taken from [WABT Online Demo](https://webassembly.github.io/wabt/demo/wat2wasm/).