pwasm-utils 0.18.0

Collection of command-line utilities and corresponding Rust api for producing pwasm-compatible executables
Documentation
[[bin]]
name = "wasm-prune"
path = "cli/prune/main.rs"
required-features = ["cli"]

[[bin]]
name = "wasm-ext"
path = "cli/ext/main.rs"
required-features = ["cli"]

[[bin]]
name = "wasm-gas"
path = "cli/gas/main.rs"
required-features = ["cli"]

[[bin]]
name = "wasm-build"
path = "cli/build/main.rs"
required-features = ["cli"]

[[bin]]
name = "wasm-stack-height"
path = "cli/stack_height/main.rs"
required-features = ["cli"]

[[bin]]
name = "wasm-pack"
path = "cli/pack/main.rs"
required-features = ["cli"]

[[bin]]
name = "wasm-check"
path = "cli/check/main.rs"
required-features = ["cli"]
[dependencies.byteorder]
default-features = false
version = "1"

[dependencies.clap]
optional = true
version = "2"

[dependencies.env_logger]
optional = true
version = "0.8"

[dependencies.glob]
optional = true
version = "0.3"

[dependencies.lazy_static]
optional = true
version = "1"

[dependencies.log]
default-features = false
version = "0.4"

[dependencies.parity-wasm]
default-features = false
version = "0.42"
[dev-dependencies.binaryen]
version = "0.12"

[dev-dependencies.diff]
version = "0.1"

[dev-dependencies.indoc]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.tempdir]
version = "0.3"

[dev-dependencies.wabt]
version = "0.10"

[features]
cli = ["std", "glob", "clap", "env_logger", "lazy_static"]
default = ["std"]
std = ["parity-wasm/std", "log/std", "byteorder/std"]

[package]
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
description = "Collection of command-line utilities and corresponding Rust api for producing pwasm-compatible executables"
edition = "2018"
keywords = ["wasm", "webassembly", "pwasm"]
license = "MIT/Apache-2.0"
name = "pwasm-utils"
readme = "README.md"
repository = "https://github.com/paritytech/wasm-utils"
version = "0.18.0"