Files
pezkuwi-subxt/substrate/utils/wasm-builder-runner
Caio 35266b1bdb Add doc for auto-generated code (#7201)
* Add doc for auto-generated code

* Update utils/wasm-builder-runner/src/lib.rs

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
2020-09-24 16:35:39 +00: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