Remove the no_std feature from the WASM builder (#3640)

* Remove the no_std feature from the WASM builder

* Address review

* More fixing

* Address review again

* Fix missing Cargo.lock
This commit is contained in:
Pierre Krieger
2019-09-18 22:00:44 +02:00
committed by Bastian Köcher
parent 49ad0dbdff
commit 9ea3d8fc52
14 changed files with 11 additions and 26 deletions
-3
View File
@@ -53,9 +53,6 @@ wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "1.
[features]
default = ["std"]
no_std = [
"contracts/core",
]
std = [
"authority-discovery-primitives/std",
"authority-discovery/std",
+1 -1
View File
@@ -21,7 +21,7 @@ fn main() {
"wasm_binary.rs",
WasmBuilderSource::CratesOrPath {
path: "../../core/utils/wasm-builder",
version: "1.0.6",
version: "1.0.7",
},
// This instructs LLD to export __heap_base as a global variable, which is used by the
// external memory allocator.