cargo-wasm2map 0.1.0

Cargo command which generates source map for .wasm file with DWARF debug info embedded as source map.
[badges.maintenance]
status = "actively-developed"
[dependencies.clap]
features = ["derive"]
version = "4.2.1"

[dependencies.wasm2map]
version = "0.1.0"

[package]
authors = ["Mark Tolmacs <mark@lazycat.hu>"]
categories = ["command-line-utilities"]
description = "Cargo command which generates source map for .wasm file with DWARF debug info embedded as source map."
documentation = "https://docs.rs/cargo-wasm2map"
edition = "2021"
homepage = "https://github.com/mtolmacs/wasm2map"
keywords = ["webassembly", "wasm", "debug", "sourcemap"]
license = "MIT OR Apache-2.0"
name = "cargo-wasm2map"
readme = "README.md"
repository = "https://github.com/mtolmacs/wasm2map"
resolver = "1"
rust-version = "1.64.0"
version = "0.1.0"