rust-asm 0.1.0

ObjectWeb ASM implemented in Rust
Documentation
  • Coverage
  • 0%
    0 out of 664 items documented0 out of 144 items with examples
  • Size
  • Source code size: 185.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 22.55 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s 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-0.1.0 has been yanked.

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