wasmparser-dump 0.1.3

Utility to dump debug information about the wasm binary format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.anyhow]
version = "1"

[dependencies.wasmparser]
version = "0.85.0"

[package]
authors = ["The Wasmtime Project Developers"]
description = "Utility to dump debug information about the wasm binary format"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmparser-dump"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/dump"
resolver = "2"
version = "0.1.3"