DropletKitRequirement

Which DroppyKit a droplet was built against.

struct DropletKitRequirement

Initializers

init(abi:minAPI:)

init(abi: Int, minAPI: SemanticVersion)

init(from:)

init(from decoder: any Decoder) throws

Properties

abi

let abi: Int

Binary interface generation. Written by build-droplet.sh from abi; never set it by hand.

minAPI

let minAPI: SemanticVersion

Oldest DroppyKit API version this droplet needs. A host older than this refuses the bundle before executing any of its code.