#reference #symbols #debugging #binaries #remapping #wasm-binary

wasm_remapper

A library for remapping wasm binaries against known references with debug symbols

1 unstable release

0.1.0 Aug 30, 2020

#53 in #wasm-binary

MIT license

19KB
438 lines

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

Dependencies

~0.6–1MB
~27K SLoC