WasiMemoryRawSource

interface WasiMemoryRawSource : RawSource

Functions

Link copied to clipboard
abstract override fun close()
Link copied to clipboard
abstract fun readAtMostTo(sink: Buffer, byteCount: Long): Long
Link copied to clipboard
abstract fun readAtMostToMemory(context: WasiPreview3CanonicalContext, ptr: Int, byteCount: Int): Int