3 个版本 (重大变更)

0.14.0 2022年6月25日
0.13.0 2021年7月24日
0.12.0 2021年5月5日

#969 in 算法

AGPL-3.0-or-later

36KB
858

Open Flash logo

AVM1 发射器

GitHub repository crates.io crate Rust checks status docs.rs/avm1-emitter

使用 Rust 实现的 AVM1 发射器。将 avm1-types 控制流图 转换为字节。

用法

待办

贡献

此仓库使用 Git 子模块进行其测试示例

# 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

此库是一个标准的 Cargo 项目。您可以使用 cargo test 测试您的更改。

在发送 PR 时优先选择非 master 分支,以便在需要时重新合并您的更改。所有提交都必须在 master 的基础上(快速前进合并)。CI 必须通过才能接受更改。

依赖项

~1.2–2MB
~42K SLoC