mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
9c748c74de
* Use wasm-opt on runtime * Optimize for size * Simplify fn compact_wasm_file * Run a lighter pass for non production builds * Disable optimizations and keep name section * Update wasm-opt * Remove dward sections * Update wasm-opt * Update wasm-opt
25 lines
717 B
TOML
25 lines
717 B
TOML
[package]
|
|
name = "substrate-wasm-builder"
|
|
version = "5.0.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Utility for building WASM binaries"
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
ansi_term = "0.12.1"
|
|
build-helper = "0.1.1"
|
|
cargo_metadata = "0.14.2"
|
|
strum = { version = "0.24.1", features = ["derive"] }
|
|
tempfile = "3.1.0"
|
|
toml = "0.5.4"
|
|
walkdir = "2.3.2"
|
|
sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/maybe-compressed-blob" }
|
|
filetime = "0.2.16"
|
|
wasm-opt = "0.110" |