[package] name = "substrate-wasm-builder" version = "17.0.0" authors.workspace = true description = "Utility for building WASM binaries" edition.workspace = true repository.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] build-helper = "0.1.1" cargo_metadata = "0.15.4" console = "0.15.8" strum = { version = "0.26.2", features = ["derive"] } tempfile = "3.1.0" toml = "0.8.8" walkdir = "2.4.0" sp-maybe-compressed-blob = { path = "../../primitives/maybe-compressed-blob" } filetime = "0.2.16" wasm-opt = "0.116" parity-wasm = "0.45" polkavm-linker = { workspace = true }