Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 350 Bytes

File metadata and controls

26 lines (16 loc) · 350 Bytes

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

rust-asm = "<version>"

Feature

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

Thanks

  • XNLawa for class-writer implementation