mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 17:28:00 +00:00
4ff97bd856
* Adds `WASM_TARGET_DIRECTORY` env variable to `wasm-builder` * Create the `wasm-builder-runner`'s in a common workspace * Make `wasm-builder` trigger less rebuilds * Version up * Adds script for building only the WASM files * Apply suggestions from code review Co-Authored-By: André Silva <andre.beat@gmail.com> Co-Authored-By: DemiMarie-parity <48690212+DemiMarie-parity@users.noreply.github.com>
12 lines
298 B
TOML
12 lines
298 B
TOML
[package]
|
|
name = "substrate-wasm-builder-runner"
|
|
version = "1.0.3"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Runner for substrate-wasm-builder"
|
|
edition = "2018"
|
|
readme = "README.md"
|
|
repository = "https://github.com/paritytech/substrate"
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|