Sha256: 0db637a4ce1ec3a5ccb410d1e94bcc525df8ad005c1d4235d7d50111d335dbde

Contents?: true

Size: 247 Bytes

Versions: 38

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

38 entries across 38 versions & 1 rubygems

Version Path
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
wasmtime-14.0.0 ./ext/cargo-vendor/mio-0.8.9/src/sys/shell/udp.rs
wasmtime-13.0.0 ./ext/cargo-vendor/mio-0.8.8/src/sys/shell/udp.rs
wasmtime-12.0.1 ./ext/cargo-vendor/mio-0.8.8/src/sys/shell/udp.rs
wasmtime-12.0.0 ./ext/cargo-vendor/mio-0.8.8/src/sys/shell/udp.rs
wasmtime-11.0.0 ./ext/cargo-vendor/mio-0.8.8/src/sys/shell/udp.rs
wasmtime-10.0.1 ./ext/cargo-vendor/mio-0.8.8/src/sys/shell/udp.rs
wasmtime-10.0.0 ./ext/cargo-vendor/mio-0.8.8/src/sys/shell/udp.rs
wasmtime-9.0.4 ./ext/cargo-vendor/mio-0.8.8/src/sys/shell/udp.rs
wasmtime-9.0.1 ./ext/cargo-vendor/mio-0.8.6/src/sys/shell/udp.rs
wasmtime-8.0.0 ./ext/cargo-vendor/mio-0.8.6/src/sys/shell/udp.rs
wasmtime-7.0.0 ./ext/cargo-vendor/mio-0.8.6/src/sys/shell/udp.rs
wasmtime-6.0.1 ./ext/cargo-vendor/mio-0.8.6/src/sys/shell/udp.rs
wasmtime-6.0.0 ./ext/cargo-vendor/mio-0.8.6/src/sys/shell/udp.rs
wasmtime-5.0.0 ./ext/cargo-vendor/mio-0.8.5/src/sys/shell/udp.rs
wasmtime-0.4.1 ./ext/cargo-vendor/mio-0.8.5/src/sys/shell/udp.rs
wasmtime-0.4.0 ./ext/cargo-vendor/mio-0.8.5/src/sys/shell/udp.rs