https://github.com/zebp/wasm_remapper
A Rust library for remapping WASM binaries by cross referencing it with a separate known WASM binary with debug symbols.
https://github.com/zebp/wasm_remapper
Last synced: about 2 months ago
JSON representation
A Rust library for remapping WASM binaries by cross referencing it with a separate known WASM binary with debug symbols.
- Host: GitHub
- URL: https://github.com/zebp/wasm_remapper
- Owner: zebp
- License: mit
- Created: 2020-08-30T13:15:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T13:31:04.000Z (over 4 years ago)
- Last Synced: 2025-04-02T05:49:38.366Z (about 2 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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