From 154bc2aef3c2f530c1657e5afcc95c11e0828357 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 9 Jun 2026 14:36:44 -0700 Subject: [PATCH] Define keepalive options for Emscripten --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 1f9100fd..53f9c591 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -528,6 +528,7 @@ impl TcpKeepalive { #[cfg(any( target_os = "android", target_os = "dragonfly", + target_os = "emscripten", target_os = "freebsd", target_os = "fuchsia", target_os = "illumos", @@ -558,6 +559,7 @@ impl TcpKeepalive { any( target_os = "android", target_os = "dragonfly", + target_os = "emscripten", target_os = "freebsd", target_os = "fuchsia", target_os = "illumos",