Remove wasm-builder's README (#2525)

Followup of https://github.com/paritytech/polkadot-sdk/pull/2217

This PR deletes the README of the `wasm-builder` crate and moves its
docs back into the rustdoc, [as requested
here](https://github.com/paritytech/polkadot-sdk/pull/2217#discussion_r1406401175).
(:
This commit is contained in:
Koute
2023-11-28 22:30:02 +09:00
committed by GitHub
parent dbd8d20b25
commit f01781a902
3 changed files with 96 additions and 94 deletions
-1
View File
@@ -4,7 +4,6 @@ version = "5.0.0-dev"
authors.workspace = true
description = "Utility for building WASM binaries"
edition.workspace = true
readme = "README.md"
repository.workspace = true
license = "Apache-2.0"
homepage = "https://substrate.io"