wasm_remapper 0.1.0

A library for remapping wasm binaries against known references with debug symbols
Documentation
  • Coverage
  • 36.84%
    7 out of 19 items documented0 out of 12 items with examples
  • Size
  • Source code size: 22.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.43 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zebp

wasm-remapper

A Rust library for remapping WASM binaries by cross referencing it with a separate known WASM binary with debug symbols.

Examples

Examples are located in the ./examples directory and can be ran with cargo run --example EXAMPLE.

Current examples:

  • cli