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.15 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.41 MB This is the summed size of all files generated by rustdoc for all configured targets
  • 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