Package-level declarations

Types

Link copied to clipboard
enum Advice : Enum<Advice>

WASI Preview1 type $advice

Link copied to clipboard
data class Ciovec(val buf: Int, val bufLen: Size)

WASI Preview1 type $ciovec

Link copied to clipboard
typealias CiovecArray = List<Ciovec>

WASI Preview1 type $ciovec_array

Link copied to clipboard
Link copied to clipboard

WASI Preview1 type $clockid

Link copied to clipboard
typealias Device = Long

WASI Preview1 type $device

Link copied to clipboard
Link copied to clipboard
typealias Dircookie = Long

WASI Preview1 type $dircookie

Link copied to clipboard
Link copied to clipboard
data class Dirent(val dNext: Dircookie, val dIno: Inode, val dNamlen: Dirnamlen, val dType: Filetype)

WASI Preview1 type $dirent

Link copied to clipboard
typealias Dirnamlen = Int

WASI Preview1 type $dirnamlen

Link copied to clipboard
Link copied to clipboard
enum Errno : Enum<Errno>

WASI Preview1 type $errno

Link copied to clipboard
data class Event(val userdata: Userdata, val error: Errno, val type: Eventtype, val fdReadwrite: EventFdReadwrite)

WASI Preview1 type $event

Link copied to clipboard
data class EventFdReadwrite(val nbytes: Filesize, val flags: Eventrwflags)

WASI Preview1 type $event_fd_readwrite

Link copied to clipboard
typealias Eventrwflags = Short

WASI Preview1 type $eventrwflags

Link copied to clipboard
Link copied to clipboard

WASI Preview1 type $eventtype

Link copied to clipboard
typealias Exitcode = Int

WASI Preview1 type $exitcode

Link copied to clipboard
Link copied to clipboard
typealias Fd = Int

WASI Preview1 type $fd

Link copied to clipboard
typealias Fdflags = Short

WASI Preview1 type $fdflags

Link copied to clipboard
Link copied to clipboard
data class Fdstat(val fsFiletype: Filetype, val fsFlags: Fdflags, val fsRightsBase: Rights, val fsRightsInheriting: Rights)

WASI Preview1 type $fdstat

Link copied to clipboard
Link copied to clipboard
typealias Filedelta = Long

WASI Preview1 type $filedelta

Link copied to clipboard
Link copied to clipboard
typealias Filesize = Long

WASI Preview1 type $filesize

Link copied to clipboard
Link copied to clipboard
data class Filestat(val dev: Device, val ino: Inode, val filetype: Filetype, val nlink: Linkcount, val size: Filesize, val atim: Timestamp, val mtim: Timestamp, val ctim: Timestamp)

WASI Preview1 type $filestat

Link copied to clipboard

WASI Preview1 type $filetype

Link copied to clipboard
typealias Fstflags = Short

WASI Preview1 type $fstflags

Link copied to clipboard
Link copied to clipboard
typealias Inode = Long

WASI Preview1 type $inode

Link copied to clipboard
Link copied to clipboard
data class Iovec(val buf: Int, val bufLen: Size)

WASI Preview1 type $iovec

Link copied to clipboard
typealias IovecArray = List<Iovec>

WASI Preview1 type $iovec_array

Link copied to clipboard
Link copied to clipboard
typealias Linkcount = Long

WASI Preview1 type $linkcount

Link copied to clipboard
Link copied to clipboard
typealias Lookupflags = Int

WASI Preview1 type $lookupflags

Link copied to clipboard
Link copied to clipboard
typealias Oflags = Short

WASI Preview1 type $oflags

Link copied to clipboard
object OflagsFlag
Link copied to clipboard

WASI Preview1 type $preopentype

Link copied to clipboard
sealed interface Prestat

WASI Preview1 type $prestat

Link copied to clipboard
data class PrestatDir(val tag: Preopentype, val prNameLen: Size) : Prestat

WASI Preview1 type $prestat_dir

Link copied to clipboard
typealias Riflags = Short

WASI Preview1 type $riflags

Link copied to clipboard
Link copied to clipboard
typealias Rights = Long

WASI Preview1 type $rights

Link copied to clipboard
object RightsFlag
Link copied to clipboard
typealias Roflags = Short

WASI Preview1 type $roflags

Link copied to clipboard
Link copied to clipboard
typealias Sdflags = Byte

WASI Preview1 type $sdflags

Link copied to clipboard
Link copied to clipboard
typealias Siflags = Short

WASI Preview1 type $siflags

Link copied to clipboard
Link copied to clipboard
enum Signal : Enum<Signal>

WASI Preview1 type $signal

Link copied to clipboard
typealias Size = Int

WASI Preview1 type $size

Link copied to clipboard
Link copied to clipboard
typealias Subclockflags = Short

WASI Preview1 type $subclockflags

Link copied to clipboard
Link copied to clipboard
data class Subscription(val userdata: Userdata, val u: SubscriptionU)

WASI Preview1 type $subscription

Link copied to clipboard
data class SubscriptionClock(val tag: Eventtype, val id: Clockid, val timeout: Timestamp, val precision: Timestamp, val flags: Subclockflags) : SubscriptionU

WASI Preview1 type $subscription_clock

Link copied to clipboard
data class SubscriptionFdReadwrite(val tag: Eventtype, val fileDescriptor: Fd) : SubscriptionU

WASI Preview1 type $subscription_fd_readwrite

Link copied to clipboard
sealed interface SubscriptionU

WASI Preview1 type $subscription_u

Link copied to clipboard
typealias Timestamp = Long

WASI Preview1 type $timestamp

Link copied to clipboard
Link copied to clipboard
typealias Userdata = Long

WASI Preview1 type $userdata

Link copied to clipboard
Link copied to clipboard
enum Whence : Enum<Whence>

WASI Preview1 type $whence