An open API service indexing awesome lists of open source software.

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.

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