wasm_remapper 0.1.0

A library for remapping wasm binaries against known references with debug symbols
Documentation
[package]
name = "wasm_remapper"
description = "A library for remapping wasm binaries against known references with debug symbols"
version = "0.1.0"
authors = ["vlakreeh <zeb@zebulon.dev>"]
edition = "2018"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
parity-wasm = "0.41.0"
thiserror = "1.0.20"