wasm_split_cli_support 0.2.0-rc.2

Split a WASM module into lazily loadable chunks
Documentation
[[bin]]
name = "wasm_split_cli"
path = "src/bin/wasm_split_cli.rs"
required-features = ["build-binary"]

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5.4"

[dependencies.eyre]
version = "0.6.12"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.10.4"

[dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["fmt"]
optional = true
version = "0.3.20"

[dependencies.wasm-encoder]
features = ["wasmparser"]
version = "0.240.0"

[dependencies.wasmparser]
version = "0.240.0"

[features]
build-binary = ["dep:clap", "dep:tracing-subscriber"]

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

[package]
authors = ["Greg Johnston <greg.johnston@gmail.com>", "Jeremy Maitin-Shepard <jbms@google.com>", "Martin Molzer <worldsbegin@gmx.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm", "web-programming"]
description = "Split a WASM module into lazily loadable chunks"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "wasm_split_cli_support"
readme = "README.md"
repository = "https://github.com/WorldSEnder/wasm-split-prototype"
version = "0.2.0-rc.2"