mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 19:47:59 +00:00
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:
@@ -63,10 +63,11 @@ use std::{
|
||||
iter,
|
||||
io,
|
||||
sync::Arc,
|
||||
time::{Duration, Instant},
|
||||
time::Duration,
|
||||
task::{Context, Poll}
|
||||
};
|
||||
use void::Void;
|
||||
use wasm_timer::Instant;
|
||||
|
||||
/// Configuration options for `LightClientHandler` behaviour.
|
||||
#[derive(Debug, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user