rust-asm 0.1.2

ObjectWeb ASM implemented in Rust
Documentation
  • Coverage
  • 17.2%
    118 out of 686 items documented1 out of 157 items with examples
  • Size
  • Source code size: 223.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 23.81 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cubewhy

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