Files
pezkuwi-subxt/substrate/core/utils/wasm-builder-runner
Bastian Köcher 5e889431d3 Wasm-builder-runner unset CARGO_TARGET_DIR and release 1.0.4 (#3893)
* Wasm-builder-runner unset `CARGO_TARGET_DIR` and release 1.0.4

`CARGO_TARGET_DIR` needs to be unset or otherwise cargo deadlocks,
because cargo always holds an exclusive lock on target dir.

* Commit missing version up

* Lock file
2019-10-23 10:28:44 +02:00
..

WASM builder runner

Since cargo contains many bugs when it comes to correct dependency and feature resolution, we need this little tool. See https://github.com/rust-lang/cargo/issues/5730 for more information.

It will create a project that will call substrate-wasm-builder to prevent any dependencies from substrate-wasm-builder influencing the main project's dependencies.

For more information see https://crates.io/substrate-wasm-builder

License: GPL-3.0