3 releases (breaking)
0.14.0 | Jun 25, 2022 |
---|---|
0.13.0 | Jul 24, 2021 |
0.12.0 | May 5, 2021 |
#856 in Algorithms
36KB
858 lines
AVM1 Emitter
AVM1 emitter implemented in Rust.
Converts avm1-types
control flow graphs to bytes.
Usage
TODO
Contributing
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.
Dependencies
~1.2–1.9MB
~41K SLoC