zio.wasm.metadata

Members list

Type members

Classlikes

final case class ProducersSection(fields: Chunk[ProducersSectionField])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ProducersSectionField(name: Name, values: Chunk[VersionedName])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class VersionedName(name: Name, version: Name)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Extensions

Extensions

extension (component: Component)(component: Component)

Collects all the producers sections from this component and its subsections

Collects all the producers sections from this component and its subsections

Attributes

Gets the producers section of this component if there is any

Gets the producers section of this component if there is any

Attributes

extension (module: Module)(module: Module)

Gets the producers section of this module if there is any

Gets the producers section of this module if there is any

Attributes