Sha256: 0db637a4ce1ec3a5ccb410d1e94bcc525df8ad005c1d4235d7d50111d335dbde

Contents?: true

Size: 247 Bytes

Versions: 36

Compression:

Stored size: 247 Bytes

Contents

#![cfg(not(target_os = "wasi"))]
use std::io;
use std::net::{self, SocketAddr};

pub fn bind(_: SocketAddr) -> io::Result<net::UdpSocket> {
    os_required!()
}

pub(crate) fn only_v6(_: &net::UdpSocket) -> io::Result<bool> {
    os_required!()
}

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
wasmtime-27.0.0 ./ext/cargo-vendor/mio-1.0.2/src/sys/shell/udp.rs
wasmtime-26.0.0 ./ext/cargo-vendor/mio-1.0.2/src/sys/shell/udp.rs
wasmtime-25.0.2 ./ext/cargo-vendor/mio-1.0.2/src/sys/shell/udp.rs
wasmtime-25.0.1 ./ext/cargo-vendor/mio-1.0.2/src/sys/shell/udp.rs
wasmtime-25.0.0 ./ext/cargo-vendor/mio-1.0.2/src/sys/shell/udp.rs
wasmtime-24.0.0 ./ext/cargo-vendor/mio-1.0.2/src/sys/shell/udp.rs
wasmtime-23.0.2 ./ext/cargo-vendor/mio-0.8.10/src/sys/shell/udp.rs
wasmtime-22.0.0 ./ext/cargo-vendor/mio-0.8.10/src/sys/shell/udp.rs
wasmtime-21.0.1 ./ext/cargo-vendor/mio-0.8.10/src/sys/shell/udp.rs
wasmtime-20.0.2 ./ext/cargo-vendor/mio-0.8.10/src/sys/shell/udp.rs
wasmtime-20.0.0 ./ext/cargo-vendor/mio-0.8.10/src/sys/shell/udp.rs
wasmtime-18.0.3 ./ext/cargo-vendor/mio-0.8.10/src/sys/shell/udp.rs
wasmtime-17.0.1 ./ext/cargo-vendor/mio-0.8.10/src/sys/shell/udp.rs
wasmtime-17.0.0 ./ext/cargo-vendor/mio-0.8.10/src/sys/shell/udp.rs
wasmtime-16.0.0 ./ext/cargo-vendor/mio-0.8.10/src/sys/shell/udp.rs
wasmtime-15.0.1 ./ext/cargo-vendor/mio-0.8.10/src/sys/shell/udp.rs
wasmtime-15.0.0 ./ext/cargo-vendor/mio-0.8.10/src/sys/shell/udp.rs
wasmtime-14.0.4 ./ext/cargo-vendor/mio-0.8.9/src/sys/shell/udp.rs
wasmtime-14.0.3 ./ext/cargo-vendor/mio-0.8.9/src/sys/shell/udp.rs
wasmtime-14.0.1 ./ext/cargo-vendor/mio-0.8.9/src/sys/shell/udp.rs