rust-asm
ObjectWeb ASM implementation in Rust
Getting started
Execute this inside your project!
cargo add rust-asm
Or manually add it in Cargo.toml
# Remove the macros feature if you don't need macros
= { = "<version>", = ["macros"] }
Feature
- 1:1 (almost) ASM API
- Frame compute support
Documentation
Thanks
- XNLawa for class-writer implementation