Iovec

data class Iovec(val buf: WasmPtr<Byte>, val bufLen: Size)(source)

A region of memory for scatter/gather reads.

Parameters

buf

The address of the buffer to be filled.

bufLen

The length of the buffer to be filled.

Constructors

Link copied to clipboard
constructor(buf: WasmPtr<Byte>, bufLen: Size)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard