mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 03:47:57 +00:00
Make it easier to just rebuild the WASM files (#3510)
* 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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "substrate-wasm-builder"
|
||||
version = "1.0.4"
|
||||
version = "1.0.5"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Utility for building WASM binaries"
|
||||
edition = "2018"
|
||||
@@ -12,6 +12,6 @@ license = "GPL-3.0"
|
||||
build-helper = "0.1.1"
|
||||
cargo_metadata = "0.8"
|
||||
tempfile = "3.1.0"
|
||||
toml = "0.5.1"
|
||||
walkdir = "2.2.8"
|
||||
toml = "0.5.3"
|
||||
walkdir = "2.2.9"
|
||||
fs2 = "0.4.3"
|
||||
|
||||
Reference in New Issue
Block a user