Re-enable networking on wasm (#4880)

* Use noise and timeouts on wasm

* Don't use wasm-opt when compiling to wasm

* Forgot lockfile

* Add node about disabling wasm-opt

* Enable timeouts in telemetry on wasm
This commit is contained in:
Ashley
2020-02-18 16:18:32 +01:00
committed by GitHub
parent aa4123039f
commit 133a4f967f
4 changed files with 13 additions and 26 deletions
+5
View File
@@ -8,6 +8,11 @@ edition = "2018"
license = "GPL-3.0"
default-run = "substrate"
[package.metadata.wasm-pack.profile.release]
# `wasm-opt` has some problems on linux, see
# https://github.com/rustwasm/wasm-pack/issues/781 etc.
wasm-opt = false
[badges]
travis-ci = { repository = "paritytech/substrate", branch = "master" }
maintenance = { status = "actively-developed" }