rust-asm 0.1.4

ObjectWeb ASM implementation in Rust
Documentation

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
rust-asm = { version = "<version>", features = ["macros"] }

Feature

  • 1:1 (almost) ASM API
  • Frame compute support

Documentation

rust-asm at docs.rs

Thanks

  • XNLawa for class-writer implementation