wasm-metadata 0.6.0

Read and manipulate WebAssembly metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "wasm-metadata"
version = "0.6.0"
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-metadata"
description = "Read and manipulate WebAssembly metadata"

[dependencies]
clap = { workspace = true, optional = true }
anyhow = { workspace = true }
wasmparser = { workspace = true }
wasm-encoder = { workspace = true }
indexmap = { workspace = true, features = ["serde"] }
serde = { workspace = true }

[dev-dependencies]
wat = { workspace = true }