Packages

package wasi

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. wasi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class Advice extends ByteEnumEntry
  2. sealed abstract class Clockid extends IntEnumEntry
  3. type Dircookie = Long
  4. sealed abstract class Errno extends ShortEnumEntry
  5. type Exitcode = Int
  6. type Fd = Int
  7. type FdFlags = Short
  8. type Filedelta = Long
  9. type Filesize = Long
  10. sealed abstract class Filetype extends ByteEnumEntry
  11. type Fstflags = Short
  12. implicit final class LongFlagsOps extends AnyVal
  13. type Lookupflags = Int
  14. type Oflags = Short
  15. type Pointer = Int
  16. type Riflags = Short
  17. type Rights = Long
  18. type Roflags = Short
  19. type Sdflags = Byte
  20. implicit final class ShortFlagsOps extends AnyVal
  21. type Siflags = Short
  22. sealed abstract class Signal extends ByteEnumEntry with EnumEntry
  23. type Size = Int
  24. type Timestamp = Long
  25. abstract class Wasi[F[_]] extends AnyRef

    Interface of the WASI API, as of snapshot1

    Interface of the WASI API, as of snapshot1

    Annotations
    @module()
  26. class WasiException extends Exception
  27. sealed abstract class Whence extends ByteEnumEntry

Value Members

  1. object Advice extends ByteEnum[Advice]
  2. object Clockid extends IntEnum[Clockid]
  3. object Errno extends ShortEnum[Errno]
  4. object FdFlags
  5. object Filetype extends ByteEnum[Filetype]
  6. object Fstflags
  7. object Lookupflags
  8. object Oflags
  9. object Riflags
  10. object Rights
  11. object Roflags
  12. object Sdflags
  13. object Signal extends ByteEnum[Signal]
  14. object Wasi
  15. object Whence extends ByteEnum[Whence]

Inherited from AnyRef

Inherited from Any

Ungrouped