Module spin_sdk.wit.imports.wasi_sockets_instance_network_0_2_0

This interface provides a value-export of the default network handle..

Functions

def instance_network() ‑> Network
Expand source code
def instance_network() -> wasi_sockets_network_0_2_0.Network:
    """
    Get a handle to the default network.
    """
    raise NotImplementedError

Get a handle to the default network.