Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/crates/wasi-http/wit/deps/sockets/instance-network.wit
1693 views

/// This interface provides a value-export of the default network handle..
@since(version = 0.2.0)
interface instance-network {
    @since(version = 0.2.0)
    use network.{network};

    /// Get a handle to the default network.
    @since(version = 0.2.0)
    instance-network: func() -> network;
}