| Crates.io | avm1-emitter |
| lib.rs | avm1-emitter |
| version | 0.14.0 |
| created_at | 2021-05-05 17:32:44.270112+00 |
| updated_at | 2022-06-25 14:14:04.2157+00 |
| description | AVM1 emitter |
| homepage | https://github.com/open-flash/avm1-emitter |
| repository | https://github.com/open-flash/avm1-emitter |
| max_upload_size | |
| id | 393499 |
| size | 70,740 |
AVM1 emitter implemented in Rust.
Converts avm1-types control flow graphs to bytes.
TODO
This repo uses Git submodules for its test samples:
# Clone with submodules
git clone --recurse-submodules git://github.com/open-flash/avm1-emitter.git
# Update submodules for an already-cloned repo
git submodule update --init --recursive --remote
This library is a standard Cargo project. You can test your changes with
cargo test.
Prefer non-master branches when sending a PR so your changes can be rebased if
needed. All the commits must be made on top of master (fast-forward merge).
CI must pass for changes to be accepted.