WrapManifest01

@Serializable
data class WrapManifest01(val version: String, val type: String, val name: String, val abi: Abi01)

A data class representing a Wrap Manifest, which describes a WRAP package.

Constructors

Link copied to clipboard
constructor(version: String, type: String, name: String, abi: Abi01)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val abi: Abi01

The ABI (Application Binary Interface) for this package.

Link copied to clipboard

The name of the wrapper package.

Link copied to clipboard

The type of wrapper package.

Link copied to clipboard

The version of the WRAP standard used in this package.

Functions

Link copied to clipboard

Serializes the manifest to a ByteArray in MessagePack format.