package wasi
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- wasi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed abstract class Advice extends ByteEnumEntry
- sealed abstract class Clockid extends IntEnumEntry
- type Dircookie = Long
- sealed abstract class Errno extends ShortEnumEntry
- type Exitcode = Int
- type Fd = Int
- type FdFlags = Short
- type Filedelta = Long
- type Filesize = Long
- sealed abstract class Filetype extends ByteEnumEntry
- type Fstflags = Short
- implicit final class LongFlagsOps extends AnyVal
- type Lookupflags = Int
- type Oflags = Short
- type Pointer = Int
- type Riflags = Short
- type Rights = Long
- type Roflags = Short
- type Sdflags = Byte
- implicit final class ShortFlagsOps extends AnyVal
- type Siflags = Short
- sealed abstract class Signal extends ByteEnumEntry with EnumEntry
- type Size = Int
- type Timestamp = Long
- abstract class Wasi[F[_]] extends AnyRef
Interface of the WASI API, as of snapshot1
Interface of the WASI API, as of snapshot1
- Annotations
- @module()
- class WasiException extends Exception
- sealed abstract class Whence extends ByteEnumEntry
Value Members
- object Advice extends ByteEnum[Advice]
- object Clockid extends IntEnum[Clockid]
- object Errno extends ShortEnum[Errno]
- object FdFlags
- object Filetype extends ByteEnum[Filetype]
- object Fstflags
- object Lookupflags
- object Oflags
- object Riflags
- object Rights
- object Roflags
- object Sdflags
- object Signal extends ByteEnum[Signal]
- object Wasi
- object Whence extends ByteEnum[Whence]