Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 507 Bytes

File metadata and controls

31 lines (19 loc) · 507 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

# 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