wasm-split-cli 0.7.0-alpha.0

CLI-support for wasm-split - a tool for splitting up large WASM binaries into smaller chunks
Documentation
[[bin]]
name = "wasm-split-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.clap]
features = ["derive"]
version = "4.5.31"

[dependencies.id-arena]
version = "2.2.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
default-features = false
features = ["env-filter", "fmt"]
version = "0.3.19"

[dependencies.walrus]
features = ["parallel", "parallel"]
version = "0.23.3"

[dependencies.wasm-used]
version = "0.7.0-alpha.0"

[dependencies.wasmparser]
version = "0.226.0"

[lib]
name = "wasm_split_cli"
path = "src/lib.rs"

[package]
authors = ["Jonathan Kelley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CLI-support for wasm-split - a tool for splitting up large WASM binaries into smaller chunks"
edition = "2021"
keywords = ["wasm", "cli", "split", "dioxus"]
license = "MIT OR Apache-2.0"
name = "wasm-split-cli"
readme = false
repository = "https://github.com/DioxusLabs/dioxus/"
rust-version = "1.81.0"
version = "0.7.0-alpha.0"