{"id":15060195,"url":"https://github.com/liraymond04/awa5_rs","last_synced_at":"2026-02-04T08:38:19.430Z","repository":{"id":248736171,"uuid":"829295235","full_name":"liraymond04/awa5_rs","owner":"liraymond04","description":"An AWA5.0 CLI tool written in Rust (btw)","archived":false,"fork":false,"pushed_at":"2024-10-14T02:38:03.000Z","size":932,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T19:50:48.588Z","etag":null,"topics":["assembler","awa5-0","command-line","esolang","interpretor","jelly-hoshiumi","parser","phase-connect","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/awa5_rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liraymond04.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-16T06:37:24.000Z","updated_at":"2024-10-14T02:38:07.000Z","dependencies_parsed_at":"2024-10-12T20:41:33.491Z","dependency_job_id":"41c9c775-c73c-4a53-8d32-edbcad870a88","html_url":"https://github.com/liraymond04/awa5_rs","commit_stats":null,"previous_names":["liraymond04/awa5.0","liraymond04/awa5_rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liraymond04/awa5_rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liraymond04%2Fawa5_rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liraymond04%2Fawa5_rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liraymond04%2Fawa5_rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liraymond04%2Fawa5_rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liraymond04","download_url":"https://codeload.github.com/liraymond04/awa5_rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liraymond04%2Fawa5_rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265896015,"owners_count":23845415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assembler","awa5-0","command-line","esolang","interpretor","jelly-hoshiumi","parser","phase-connect","rust"],"created_at":"2024-09-24T22:54:20.292Z","updated_at":"2026-02-04T08:38:14.378Z","avatar_url":"https://github.com/liraymond04.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWA5.RS\n\nAn [AWA5.0](https://github.com/TempTempai/AWA5.0) CLI tool written in Rust (btw)\n\nRuns as an AWA5.0 interpreter for Awatisms with file extension `.awasm` and Awatalk with file extension `.awa`\n\nCan also run as an assembler for Awatisms and Awatalk to object files, and assembled object files with extension `.o` can be run by the interpreter\n\n## Installation\n\nTo install or build from source, you will need to have `rust` or `rustup` installed\n\n```bash\n# using Arch Linux's package manager\n$ sudo pacman -S rust # or rustup\n```\n\nIf you installed `rustup`, you need to install a toolchain\n\n```bash\n$ rustup toolchain install latest\n```\n\n### With Cargo\n\nYou can install from crates.io using cargo\n\n```bash\n$ cargo install awa5_rs\n```\n\nAnd then run from the command line\n\n```bash\n$ awa5_rs --help\n```\n\n### From source\n\nOr clone this repository and build it from source using cargo\n\n```bash\n$ git clone https://github.com/liraymond04/awa5_rs.git\n$ cd awa5_rs\n$ cargo build\n$ ./target/debug/awa5_rs # you can also build and run with `cargo run`, and you can pass flags with `cargo run -- --help` for example\n```\n\n### Web builds\n\nYou need Emscripten or [emsdk](https://github.com/emscripten-core/emsdk) installed\n\n```bash\n$ cd examples/wasm/raylib\n$ cargo build --target wasm32-unknown-emscripten\n$ cd target/wasm32-unknown-emscripten/debug\n$ emrun index.html # opens the web build on localhost:6931, which can be opened in a browser\n```\n\n## Usage\n\n```\nUsage: awa5_rs [OPTIONS] [input]\n\nArguments:\n  [input]  File to interpret or convert\n\nOptions:\n  -o, --output \u003coutput\u003e  Output to file with new format .awasm .awa .o\n  -s, --string \u003cstring\u003e  String to interpret or convert\n      --awasm            Parse string as awasm\n      --awa              Parse string as awatalk\n  -p, --path \u003cpath\u003e      Search paths separated by ';' for shared libraries\n  -i, --include \u003cinclude\u003e  Include paths separated by ';' for source files\n  -h, --help             Print help\n  -V, --version          Print version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliraymond04%2Fawa5_rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliraymond04%2Fawa5_rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliraymond04%2Fawa5_rs/lists"}